spec/spec_helper.rb in hash_mapper-0.2.3 vs spec/spec_helper.rb in hash_mapper-0.2.4

- old
+ new

@@ -7,10 +7,10 @@ RSpec.configure do |config| config.run_all_when_everything_filtered = true config.filter_run focus: true config.expect_with :rspec do |c| - c.syntax = :should + c.syntax = :expect end end $:.unshift(File.dirname(__FILE__) + '/../lib') require 'hash_mapper'