Sha256: 74128777baa0ec80a35822d0a65d7c91228793a5531e5341a9973aed2a0e53b3
Contents?: true
Size: 715 Bytes
Versions: 5
Compression:
Stored size: 715 Bytes
Contents
require 'acfs' require 'coveralls' Coveralls.wear! 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 end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
acfs-0.6.0 | spec/spec_helper.rb |
acfs-0.5.1 | spec/spec_helper.rb |
acfs-0.5.0 | spec/spec_helper.rb |
acfs-0.4.0 | spec/spec_helper.rb |
acfs-0.3.0 | spec/spec_helper.rb |