enkessler/cuke_modeler

View on GitHub
testing/cucumber/step_definitions/feature_steps.rb

Summary

Maintainability
A
0 mins
Test Coverage
And(/^the \w+ model of that feature model$/) do |code_text|
  eval(code_text)
end

And(/^the \w+(?: \w+)? model inside of that feature model$/) do |code_text|
  eval(code_text)
end