Skip to content

Commit

Permalink
remove coveralls - no 1.8 support :(
Browse files Browse the repository at this point in the history
  • Loading branch information
phinze committed Apr 28, 2013
1 parent db420de commit 04e3ef1
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@ group :test do
gem 'rake'
gem 'minitest', '4.7.0'
gem 'minitest-colorize'
gem 'json'
gem 'coveralls', :require => false
end
19 changes: 0 additions & 19 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,34 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
colorize (0.5.8)
coveralls (0.6.7)
colorize
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
thor
json (1.7.7)
mime-types (1.23)
minitest (4.7.0)
minitest-colorize (0.0.5)
minitest (>= 2.0)
multi_json (1.7.2)
rake (10.0.4)
rest-client (1.6.7)
mime-types (>= 1.16)
simplecov (0.7.1)
multi_json (~> 1.0)
simplecov-html (~> 0.7.1)
simplecov-html (0.7.1)
thor (0.18.1)

PLATFORMS
ruby

DEPENDENCIES
coveralls
json
minitest (= 4.7.0)
minitest-colorize
rake
4 changes: 0 additions & 4 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@
# our own testy caskroom
Cask.caskroom = HOMEBREW_PREFIX.join('TestCaskroom')

# coveralls.io integration
require 'coveralls'
Coveralls.wear!

class TestHelper
# helper for test casks to reference local files easily
def self.local_binary(name)
Expand Down

0 comments on commit 04e3ef1

Please sign in to comment.