Sha256: d8651f8641aa00ae412dfb70f5464abffafe5d3cb791d327cd80433ac5c51e0b
Contents?: true
Size: 235 Bytes
Versions: 4
Compression:
Stored size: 235 Bytes
Contents
require 'rspec' # 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
wyrm-0.4.1 | spec/rspec_syntax.rb |
wyrm-0.4.0 | spec/rspec_syntax.rb |
wyrm-0.3.3 | spec/rspec_syntax.rb |
wyrm-0.3.2 | spec/rspec_syntax.rb |