method
which_heckle_runner
1.3.0 -
Show latest stable
-
0 notes -
Class: Spec::Runner::Options
- 1.1.4
- 1.1.12
- 1.2.0
- 1.2.8
- 1.3.0 (0)
- 1.3.1 (0)
- What's this?
which_heckle_runner()
public
Hide source
# File lib/spec/runner/options.rb, line 258 def which_heckle_runner ([/mswin/, /java/].detect{|p| p =~ RUBY_PLATFORM} || Spec::Ruby.version.to_f == 1.9) ? "spec/runner/heckle_runner_unsupported" : "spec/runner/heckle_runner" end