spec/spec_helper.rb in ruby_rides-0.0.2 vs spec/spec_helper.rb in ruby_rides-0.0.3

- old
+ new

@@ -1,8 +1,9 @@ # Do these first require 'simplecov' # Coveralls only reports when Travis runs the tests require 'coveralls' +Coveralls.wear! SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] \ No newline at end of file