# File lib/spork/test_framework/cucumber.rb, line 10 def preload require 'cucumber' begin @step_mother = ::Cucumber::StepMother.new @step_mother.load_programming_language('rb') rescue NoMethodError => pre_cucumber_0_4 # REMOVE WHEN SUPPORT FOR PRE-0.4 IS DROPPED @step_mother = Spork::Server::Cucumber.mother_object end super end
Generated with the Darkfish Rdoc Generator 2.