Sha256: c826d8a6f09e302e0e3265cf52fe5197f477728adcac436236f548093c2ce049
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
require 'ibandit' require 'rspec/its' RSpec.configure do |config| config.mock_with(:rspec) { |mocks| mocks.verify_partial_doubles = true } config.raise_errors_for_deprecations! end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ibandit-0.1.1 | spec/spec_helper.rb |
ibandit-0.1.0 | spec/spec_helper.rb |