Skip to content

Commit

Permalink
Remove Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
estolfo committed Dec 22, 2016
1 parent 229ccc0 commit 69ca5e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 16 deletions.
7 changes: 0 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ group :test do
gem "tzinfo", "~> 0.3.22"
gem "json", "1.8.3"
gem "listen", "2.10.1"

if ENV["CI"]
gem "coveralls", :require => false
else
gem "guard-rspec"
gem "rb-fsevent"
end
end

gem "rake"
9 changes: 0 additions & 9 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib"))

if ENV["CI"]
require "simplecov"
require "coveralls"
SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
add_filter "spec"
end
end

require "i18n"
require "active_support/time"
require "origin"
Expand Down

0 comments on commit 69ca5e5

Please sign in to comment.