Sha256: 41af271d304f9c7d0a9934148a051c91884a622b03bcc4afa57a501d2f2b77b9
Contents?: true
Size: 195 Bytes
Versions: 13
Compression:
Stored size: 195 Bytes
Contents
When /^I set the "([^\"]*)"$/ do |name| on(MainScreen).send name.to_field end Then /^the "(.*?)" should be set$/ do |name| on(MainScreen).send("#{name.to_field}?").should be_true end
Version data entries
13 entries across 13 versions & 1 rubygems