Skip to content

Commit

Permalink
Remove simplecov
Browse files Browse the repository at this point in the history
  • Loading branch information
rwz committed May 2, 2014
1 parent 227be37 commit b585cf9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion Gemfile
Expand Up @@ -14,7 +14,6 @@ end

group :test do
gem 'rspec', '>= 2.14'
gem 'simplecov', :require => false
end

platforms :jruby do
Expand Down
12 changes: 0 additions & 12 deletions spec/spec_helper.rb
@@ -1,15 +1,3 @@
require 'simplecov'
# require 'coveralls'

# SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[
# SimpleCov::Formatter::HTMLFormatter,
# Coveralls::SimpleCov::Formatter
# ]
# SimpleCov.start do
# add_filter 'spec'
# add_filter 'vendor'
# end

require 'multi_json'
require 'rspec'

Expand Down

0 comments on commit b585cf9

Please sign in to comment.