summaryrefslogtreecommitdiff
path: root/features/step_definitions/java_compilation.rb
blob: 16868b5f5e59f79f67eae3fc5d7f92e5051412b6 (plain)
1
2
3
4
5
6
7
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