Sha256: 66b1f6fab900bb8d781f7e3fbefe56009ff3f1df12ce1b1ffb66c1343cf6e709

Contents?: true

Size: 378 Bytes

Versions: 5

Compression:

Stored size: 378 Bytes

Contents

Then (/^the page should contain the text "([^"]*)"$/) do |text|
  @page.text.include? text
end

Then (/^the page should have the title "([^"]*)"$/) do |text|
  @page.title.include? text
end

Then (/^the page should contain the markup "([^"]*)"$/) do |markup|
  @page.markup.include? markup
end

Then (/^the page url should be "([^"]*)"$/) do |url|
  @page.url.should == url
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
symbiont-0.1.7 specs/support/test_steps/action_steps_evaluators.rb
symbiont-0.1.6 specs/support/test_steps/action_steps_evaluators.rb
symbiont-0.1.5 specs/support/test_steps/action_steps_evaluators.rb
symbiont-0.1.4 specs/support/test_steps/action_steps_evaluators.rb
symbiont-0.1.3 specs/support/test_steps/action_steps_evaluators.rb