spec/spec_helper.rb in goldiloader-0.0.3 vs spec/spec_helper.rb in goldiloader-0.0.4

- old
+ new

@@ -47,5 +47,7 @@ config.after(:each) do DatabaseCleaner.clean end end + +puts "Testing with ActiveRecord #{ActiveRecord::VERSION::STRING}"