Sha256: 4968122360c7f875130e81bf24209d5ae4e290a5e30ab4a005f37e17a8ae3871

Contents?: true

Size: 343 Bytes

Versions: 2

Compression:

Stored size: 343 Bytes

Contents

Then /^I know that the label identified by "([^"]*)" is "([^"]*)"$/ do |how, what|
  on(DetailPage).send("label_#{how}").should eq(what)
end

Then /^the label identified by "([^"]*)" should be "([^"]*)"$/ do |how, property|
  which_method = "#{property}?".to_sym
  on(DetailPage).send("label_#{how}_view").send(which_method).should be_true
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
furter-0.0.3.1 features/step_definitions/label_steps.rb
furter-0.0.3 features/step_definitions/label_steps.rb