Skip to content

Commit 61412d8

Browse files
author
Yohan Robert
committed
Merge pull request #1598 from bf4/fix_simplecov
Remove dead code preventing simplecov from running
2 parents db6083a + 9bd4c22 commit 61412d8

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ script:
2424

2525
env:
2626
global:
27-
- "JRUBY_OPTS='--dev -J-Xmx1024M'"
27+
- "JRUBY_OPTS='--dev -J-Xmx1024M --debug'"
2828
matrix:
2929
- "RAILS_VERSION=4.0"
3030
- "RAILS_VERSION=4.1"

Diff for: test/test_helper.rb

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22

33
begin
44
require 'simplecov'
5-
# HACK: till https://github.com/colszowka/simplecov/pull/400 is merged and released.
6-
# Otherwise you may get:
7-
# simplecov-0.10.0/lib/simplecov/defaults.rb:50: warning: global variable `$ERROR_INFO' not initialized
8-
require 'support/simplecov'
95
AppCoverage.start
106
rescue LoadError
117
STDERR.puts 'Running without SimpleCov'

0 commit comments

Comments
 (0)