Sha256: 7dda5d05d1d6e64408e16b864a33bf4fe6df6c97046ce3f489ea7c4ee9b34bdc
Contents?: true
Size: 619 Bytes
Versions: 5
Compression:
Stored size: 619 Bytes
Contents
require 'simplecov' require 'coveralls' SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter] SimpleCov.start do add_filter "/spec/" end require 'bogus' require 'dependor/rspec' require 'rr' require_relative 'support/sample_fake' require_relative 'support/fake_creator_of_fakes' require_relative 'support/matchers' RSpec.configure do |config| config.color_enabled = true config.mock_framework = :rr end # this should not be necessary... def have_received(method = nil) RR::Adapters::Rspec::InvocationMatcher.new(method) end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bogus-0.1.4 | spec/spec_helper.rb |
bogus-0.1.3 | spec/spec_helper.rb |
bogus-0.1.2 | spec/spec_helper.rb |
bogus-0.1.1 | spec/spec_helper.rb |
bogus-0.1.0 | spec/spec_helper.rb |