lib/cucumber/jbehave.rb in aslakhellesoy-cucumber-0.2.0.1 vs lib/cucumber/jbehave.rb in aslakhellesoy-cucumber-0.2.0.2
- old
+ new
@@ -25,9 +25,10 @@
@jbehave_candidate_step = jbehave_candidate_step
@regexp = Regexp.new(jbehave_candidate_step.pattern.pattern)
end
def step_match(name_to_match, name_to_report)
+ raise "FIXME"
if(match = name_to_match.match(@regexp))
StepMatch.new(self, name_to_match, name_to_report, match.captures)
else
nil
end
\ No newline at end of file