spec/helper.rb in toystore-0.8.2 vs spec/helper.rb in toystore-0.8.3

- old
+ new

@@ -22,10 +22,10 @@ Logger.new(log_path.join('test.log')).tap do |log| LogBuddy.init(:logger => log) Toy.logger = log end -Rspec.configure do |c| +RSpec.configure do |c| c.include(Support::Constants) c.include(IdentityMapMatcher) c.before(:each) do Toy.clear \ No newline at end of file