Skip to content

Commit 366a027

Browse files
committed
remove Ruby 2.0 workaround
1 parent fc21c91 commit 366a027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/executable/suite.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class TestCodeRayExecutable < Test::Unit::TestCase
1414

1515
ROOT_DIR = Pathname.new(File.dirname(__FILE__)) + '..' + '..'
1616
EXECUTABLE = ROOT_DIR + 'bin' + 'coderay'
17-
RUBY_COMMAND = RUBY_VERSION < '2.0.0' ? 'ruby -w' : 'ruby' # Ruby 2 currently throws warnings for bundler
17+
RUBY_COMMAND = 'ruby'
1818
EXE_COMMAND =
1919
if RUBY_PLATFORM === 'java' && `ruby --ng -e '' 2> /dev/null` && $?.success?
2020
# use Nailgun

0 commit comments

Comments
 (0)