Sha256: ec40d58c401a0ce6f9b8ba263e00e8a92badffefa8eef9cb11495dc8367a86f4
Contents?: true
Size: 558 Bytes
Versions: 9
Compression:
Stored size: 558 Bytes
Contents
When /^we decide to go a roundabout way to the datagrid$/ do navigate_to(DataEntryForm) end Then /^we should still arrive at our destination$/ do on(DataEntryForm).should be_active end When /^we give extra navigational information to a screen$/ do @which_screen = on(MainScreen, :pid => Mohawk.app.pid) end Then /^it should listen to every word that we say$/ do @which_screen.should be_present end
Version data entries
9 entries across 9 versions & 1 rubygems