Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/bcardarella/spork
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Feb 17, 2011
2 parents 38c0236 + 9cd96ed commit bda4911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spork/test_framework/cucumber.rb
Expand Up @@ -29,7 +29,7 @@ def run_tests(argv, stderr, stdout)

def preload_legacy_cucumbers
begin
@step_mother = ::Cucumber::StepMother.new
@step_mother = ::Cucumber::Runtime.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
Expand Down

0 comments on commit bda4911

Please sign in to comment.