spec/spec_helper.rb in appraiser-0.1.7 vs spec/spec_helper.rb in appraiser-0.2.0
- old
+ new
@@ -8,6 +8,9 @@
require 'rubygems/commands/appraiser_command'
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}
RSpec.configure do |config|
+ config.expect_with :rspec do |c|
+ c.syntax = :expect # disables `should`
+ end
end