Sha256: c8d84cfdbc3b87dd098233cb63967be3eb6f0500b5cb08a1c206505ee2ee4253
Contents?: true
Size: 268 Bytes
Versions: 2
Compression:
Stored size: 268 Bytes
Contents
require 'rspec' require 'faker' require 'sequel' # turn off the "old syntax" warnings RSpec.configure do |config| config.mock_with :rspec do |c| c.syntax = [:should, :expect] end config.expect_with :rspec do |c| c.syntax = [:should, :expect] end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
philtre-0.1.2 | spec/spec_helper.rb |
philtre-0.1.1 | spec/spec_helper.rb |