Sha256: 80acb033fcea9e1698135bea5fe8e2eae54551cb92d89a41190b702c64961c3b

Contents?: true

Size: 362 Bytes

Versions: 15

Compression:

Stored size: 362 Bytes

Contents

Given /^a feature file named "([^"]*)" with the contents:$/ do |filename, contents|
  @contents = contents
  create_feature_file(filename, @contents)
end

Then /^I should see a link to "([^"]*)" with the url "([^"]*)"$/ do |text, url|
  page.should have_link text, :href => url
end

Then /^I should see "([^"]*)"$/ do |text|
  page.should have_content(text)
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
wally-0.0.16 features/step_definitions/steps.rb
wally-0.0.15 features/step_definitions/steps.rb
wally-0.0.14 features/step_definitions/steps.rb
wally-0.0.13 features/step_definitions/steps.rb
wally-0.0.12 features/step_definitions/steps.rb
wally-0.0.11 features/step_definitions/steps.rb
wally-0.0.10 features/step_definitions/steps.rb
wally-0.0.9 features/step_definitions/steps.rb
wally-0.0.8 features/step_definitions/steps.rb
wally-0.0.7 features/step_definitions/steps.rb
wally-0.0.6 features/step_definitions/steps.rb
wally-0.0.5 features/step_definitions/steps.rb
wally-0.0.3 features/step_definitions/steps.rb
wally-0.0.2 features/step_definitions/steps.rb
wally-0.0.1 features/step_definitions/steps.rb