Sha256: 670a93bfdaa8d6fc3b2c98fda550c005c327bf1207634821074bfd16e2a75ea5
Contents?: true
Size: 332 Bytes
Versions: 1
Compression:
Stored size: 332 Bytes
Contents
Dir["./spec/support/**/*.rb"].each { |file| require file } RSpec.configure do |config| config.include Features config.expect_with :rspec do |expectations| expectations.include_chain_clauses_in_custom_matcher_descriptions = true end config.mock_with :rspec do |mocks| mocks.verify_partial_doubles = true end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
arkenstone-0.1.0 | spec/spec_helper.rb |