Skip to content

Commit

Permalink
re-enable codeclimate test reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
lynndylanhurley committed Jul 21, 2014
1 parent 1876dd9 commit f8dc7ad
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
require "codeclimate-test-reporter"
require 'simplecov'
#require 'simplecov'

SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
SimpleCov::Formatter::HTMLFormatter,
#SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
#SimpleCov::Formatter::HTMLFormatter,
#CodeClimate::TestReporter::Formatter
]
#]

#CodeClimate::TestReporter.start
SimpleCov.start 'rails'
#SimpleCov.start 'rails'
CodeClimate::TestReporter.start

ENV["RAILS_ENV"] = "test"

Expand Down

0 comments on commit f8dc7ad

Please sign in to comment.