Skip to content

Commit

Permalink
Remove MiniTest Reporters dev depdenency; they were causing issues on…
Browse files Browse the repository at this point in the history
… TravisCI
  • Loading branch information
damien committed Mar 13, 2014
1 parent ae92275 commit 405dbff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions sanitize-rails.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,4 @@ Gem::Specification.new do |s|

s.add_dependency "rails", ">= 3.0"
s.add_dependency "sanitize", "~> 2.0"

s.add_development_dependency "pry"
s.add_development_dependency "minitest-reporters"
end
10 changes: 0 additions & 10 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,2 @@
require 'minitest/unit'
require 'minitest/autorun'

require 'minitest/reporters'

# Avoid using terminal escape codes for color if
# the current terminal does not support it
if ENV['term'] || ENV['color']
Minitest::Reporters.use!
else
Minitest::Reporters.use! Minitest::Reporters::DefaultReporter.new
end

0 comments on commit 405dbff

Please sign in to comment.