We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc21c91 commit 366a027Copy full SHA for 366a027
test/executable/suite.rb
@@ -14,7 +14,7 @@ class TestCodeRayExecutable < Test::Unit::TestCase
14
15
ROOT_DIR = Pathname.new(File.dirname(__FILE__)) + '..' + '..'
16
EXECUTABLE = ROOT_DIR + 'bin' + 'coderay'
17
- RUBY_COMMAND = RUBY_VERSION < '2.0.0' ? 'ruby -w' : 'ruby' # Ruby 2 currently throws warnings for bundler
+ RUBY_COMMAND = 'ruby'
18
EXE_COMMAND =
19
if RUBY_PLATFORM === 'java' && `ruby --ng -e '' 2> /dev/null` && $?.success?
20
# use Nailgun
0 commit comments