Sha256: 2947f7b85b366df71354ead132eed52880f1fd5d5a91c10a18ae5c81915a72d2
Contents?: true
Size: 695 Bytes
Versions: 4
Compression:
Stored size: 695 Bytes
Contents
require 'simplecov_setup' require 'bundler/setup' Bundler.require(:default, :development) RSpec.configure do |config| 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 config.filter_run :focus config.run_all_when_everything_filtered = true config.disable_monkey_patching! config.expose_dsl_globally = false if config.files_to_run.one? config.default_formatter = 'doc' end config.order = :random Kernel.srand config.seed end Dir['./spec/support/**/*.rb'].sort.each { |f| require f } require 'soapy_bing'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
soapy_bing-0.0.4 | spec/spec_helper.rb |
soapy_bing-0.0.3 | spec/spec_helper.rb |
soapy_bing-0.0.2 | spec/spec_helper.rb |
soapy_bing-0.0.1 | spec/spec_helper.rb |