Sha256: 81b6fbbd9799bd9a3e75d4d76c5014d88c246aa8daa6d43e224fb9ab52099e91

Contents?: true

Size: 159 Bytes

Versions: 10

Compression:

Stored size: 159 Bytes

Contents

Given /^I am on the search page$/ do
  visit "/search"
end

When /^I search for "([^"]*)"$/ do |text|
  fill_in 'q', :with => text
  click_button 'Search'
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wally-0.0.11 features/step_definitions/search_features_steps.rb
wally-0.0.10 features/step_definitions/search_features_steps.rb
wally-0.0.9 features/step_definitions/search_features_steps.rb
wally-0.0.8 features/step_definitions/search_features_steps.rb
wally-0.0.7 features/step_definitions/search_features_steps.rb
wally-0.0.6 features/step_definitions/search_features_steps.rb
wally-0.0.5 features/step_definitions/search_features_steps.rb
wally-0.0.3 features/step_definitions/search_features_steps.rb
wally-0.0.2 features/step_definitions/search_features_steps.rb
wally-0.0.1 features/step_definitions/search_features_steps.rb