Skip to content

Commit 3a30b47

Browse files
committed
make choice of simplecov explicit
1 parent ed0a3e5 commit 3a30b47

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Gemfile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,9 @@ gemspec
66

77
gem "rake", ">= 11"
88

9-
# Use local copy of simplecov in development when checked out, fetch from git otherwise
10-
if File.directory?(File.dirname(__FILE__) + "/../simplecov")
11-
gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
12-
else
13-
gem "simplecov", :github => "simplecov-ruby/simplecov"
14-
end
9+
# Use local copy of simplecov in development if you want to
10+
# gem "simplecov", :path => File.dirname(__FILE__) + "/../simplecov"
11+
gem "simplecov", :github => "simplecov-ruby/simplecov"
1512

1613
group :test do
1714
gem "minitest"

0 commit comments

Comments
 (0)