Sha256: 1aede55efc0dce4e5d137dc73055b55b6cac17cce0f072f7ef9c9bf18f13f54a
Contents?: true
Size: 249 Bytes
Versions: 3
Compression:
Stored size: 249 Bytes
Contents
When /^I navigate to the "([^"]*)" using the "([^"]*)" route$/ do |where, which_route| navigate_to(where.to_class, :using => which_route.to_method) end Then /^I should end up on the "([^"]*)"$/ do |where| on(where.to_class).should be_active end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
furter-0.0.3.3 | features/step_definitions/navigation_steps.rb |
furter-0.0.3.2 | features/step_definitions/navigation_steps.rb |
furter-0.0.3.1 | features/step_definitions/navigation_steps.rb |