Sha256: cfd4bc2fc33e2983922a7563dd67398baf01582261d909b692a2088a4434f0b9
Contents?: true
Size: 797 Bytes
Versions: 4
Compression:
Stored size: 797 Bytes
Contents
require 'acfs' require 'coveralls' Coveralls.wear! do add_filter 'spec' end require 'webmock/rspec' Dir[File.expand_path('spec/support/**/*.rb')].each {|f| require f} RSpec.configure do |config| # ## Mock Framework # # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: # # config.mock_with :mocha # config.mock_with :flexmock # config.mock_with :rr # Run specs in random order to surface order dependencies. If you find an # order dependency and want to debug it, you can fix the order by providing # the seed, which is printed after each run. # --seed 1234 config.order = "random" config.expect_with :rspec do |c| # Only allow expect syntax c.syntax = :expect end config.before :each do Acfs.adapter.clear end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
acfs-0.14.0 | spec/spec_helper.rb |
acfs-0.13.0 | spec/spec_helper.rb |
acfs-0.12.0 | spec/spec_helper.rb |
acfs-0.11.0 | spec/spec_helper.rb |