test/test_helper.rb in socialcrawler-0.0.0 vs test/test_helper.rb in socialcrawler-0.0.2

- old
+ new

@@ -1,2 +1,12 @@ +require "codeclimate-test-reporter" require 'simplecov' -SimpleCov.start \ No newline at end of file +require 'coveralls' +SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ + SimpleCov::Formatter::HTMLFormatter, + Coveralls::SimpleCov::Formatter +] +CodeClimate::TestReporter.start +SimpleCov.start +puts "Simple Coverage Started" + +