Sha256: 5a956ec82453fe8d10a9a5afb9b8a9e5267c3c567a3e04ea09f7c53fdbd16770
Contents?: true
Size: 209 Bytes
Versions: 2
Compression:
Stored size: 209 Bytes
Contents
require 'rspec/autorun' require 'nomen' RSpec.configure do |config| # disable the "should" syntax (planned to be deprecated in RSpec 3.0) config.expect_with :rspec do |c| c.syntax = :expect end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nomen-0.0.2 | spec/spec_helper.rb |
nomen-0.0.1 | spec/spec_helper.rb |