Sha256: fa4540f0691f0a29e20d4ea5b9fb793cefa049bfb14365069a881b2a12777eb6

Contents?: true

Size: 453 Bytes

Versions: 24

Compression:

Stored size: 453 Bytes

Contents

require 'pry'
require 'journey'


require 'dotenv'
Dotenv.load

require 'factory_girl'

Dir["spec/support/**/*.rb"].each { |f| require "./#{f}" }

RSpec.configure do |config|
  config.filter_run :focus
  config.run_all_when_everything_filtered = true
  config.order = 'random'
    
  config.before(:suite){ TestConfiguration.configure_for_test }
  
  config.before(:each){ ConfigurationCache.pull }
  config.after(:each){ ConfigurationCache.push }

end

Version data entries

24 entries across 24 versions & 1 rubygems

Version Path
embark-journey-0.0.28 spec/spec_helper.rb
embark-journey-0.0.27 spec/spec_helper.rb
embark-journey-0.0.26 spec/spec_helper.rb
embark-journey-0.0.25 spec/spec_helper.rb
embark-journey-0.0.24 spec/spec_helper.rb
embark-journey-0.0.23 spec/spec_helper.rb
embark-journey-0.0.22 spec/spec_helper.rb
embark-journey-0.0.21 spec/spec_helper.rb
embark-journey-0.0.20 spec/spec_helper.rb
embark-journey-0.0.19 spec/spec_helper.rb
embark-journey-0.0.18 spec/spec_helper.rb
embark-journey-0.0.17 spec/spec_helper.rb
embark-journey-0.0.16 spec/spec_helper.rb
embark-journey-0.0.15 spec/spec_helper.rb
embark-journey-0.0.14 spec/spec_helper.rb
embark-journey-0.0.13 spec/spec_helper.rb
embark-journey-0.0.12 spec/spec_helper.rb
embark-journey-0.0.11 spec/spec_helper.rb
embark-journey-0.0.10 spec/spec_helper.rb
embark-journey-0.0.9 spec/spec_helper.rb