# File lib/spork/test_framework/cucumber.rb, line 10 10: def preload 11: require 'cucumber' 12: begin 13: @step_mother = ::Cucumber::StepMother.new 14: @step_mother.load_programming_language('rb') 15: rescue NoMethodError => pre_cucumber_0_4 # REMOVE WHEN SUPPORT FOR PRE-0.4 IS DROPPED 16: @step_mother = Spork::Server::Cucumber.mother_object 17: end 18: super 19: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.