module EY::ServicesAPI::ExternalTestHelper

Public Class Methods

rspec_pattern() click to toggle source
# File lib/ey_services_api/external_test_helper.rb, line 4
def self.rspec_pattern
  File.expand_path('../../../spec', __FILE__).to_s + "/**/*_spec.rb"
end