Sha256: 2aa8eac07d7d28a18019ea489a834a4a9cb29b6bf830decf0e48d5be5c45a117
Contents?: true
Size: 338 Bytes
Versions: 18
Compression:
Stored size: 338 Bytes
Contents
Then /^we should know that the view with id "(.*?)" exists$/ do |with_this_id| on(ButtonScreen) do |screen| screen.should have_view(with_this_id) end end Then /^we should know that the view with id "(.*?)" does not exist$/ do |with_this_id| on(ButtonScreen) do |screen| screen.should_not have_view(with_this_id) end end
Version data entries
18 entries across 18 versions & 1 rubygems