Sha256: 2ef21c3265019c283b53f68fddc0c02d31ad7562daefb88e33484e84df2494a9
Contents?: true
Size: 341 Bytes
Versions: 55
Compression:
Stored size: 341 Bytes
Contents
Given %r{^I've installed the Java Development Kit$} do pending('Cannot locate suitable Java compiler (the Java Development Kit) in the PATH.') unless search_path(%w(javac javac.exe)) end Given %r{^I've installed JRuby$} do pending('Cannot locate a JRuby installation in the PATH.') unless search_path(%w(jruby jruby.exe jruby.bat)) end
Version data entries
55 entries across 55 versions & 4 rubygems