test/test_helper.rb in attached-1.0.4 vs test/test_helper.rb in attached-1.0.5

- old
+ new

@@ -1,4 +1,8 @@ +# Configure Coveralls +require 'coveralls' +Coveralls.wear! + # Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help"