Skip to content

Commit b4ab931

Browse files
committed
removed coveralls
1 parent ee54f7f commit b4ab931

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Gemfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,2 @@
11
source "http://rubygems.org"
2-
group :test do
3-
gem 'coveralls', '0.8.5', require: false # Test coverage website. Go to https://coveralls.io
4-
gem 'tins', '< 1.3.4', platforms: [:ruby_19, :jruby]
5-
gem 'term-ansicolor', '< 1.4.0', platforms: [:ruby_19, :jruby]
6-
end
7-
82
gemspec

test/test_helper.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require 'coveralls'
2-
Coveralls.wear!
31
require 'minitest/autorun'
42
require 'i18n'
53
lib = File.expand_path("#{File.dirname(__FILE__)}/../lib")

0 commit comments

Comments
 (0)