Sha256: d4412cf2c71d546068e2b2de60da0a70fdf6e119aea9be2ee0e55f73385c1d53

Contents?: true

Size: 413 Bytes

Versions: 6

Compression:

Stored size: 413 Bytes

Contents

require 'fakefs/safe'
Dir.glob(File.join(File.dirname(__FILE__), '../lib/**/*.rb')).each {|f| require f}

RSpec.configure do |config|
  config.treat_symbols_as_metadata_keys_with_true_values = true
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
  config.order = 'random'

  config.before(:each) do
    FakeFS.activate!
  end

  config.after(:each) do
    FakeFS.deactivate!
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
motion-juxtapose-0.3.2 lib/juxtapose/application/spec/spec_helper.rb
motion-juxtapose-0.3.1 lib/juxtapose/application/spec/spec_helper.rb
motion-juxtapose-0.3.0 lib/juxtapose/application/spec/spec_helper.rb
motion-juxtapose-0.2.0 lib/juxtapose/application/spec/spec_helper.rb
motion-juxtapose-0.1.1 lib/juxtapose/application/spec/spec_helper.rb
motion-juxtapose-0.1.0 lib/juxtapose/application/spec/spec_helper.rb