Sha256: a3facd840ad9c4cf509c5f40749c5adb8d84c2e7f2e850113fd86c3a7b8a8f9a

Contents?: true

Size: 163 Bytes

Versions: 5

Compression:

Stored size: 163 Bytes

Contents

Given /^no previous searches$/ do
  # nothing to do
end

Given /^I have done a search with term "([^\"]*)"$/ do |term|
  visit catalog_index_path(:q => term)
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blacklight-3.0.0pre6 test_support/features/step_definitions/search_history_steps.rb
blacklight-3.0.0pre4 test_support/features/step_definitions/search_history_steps.rb
blacklight-3.0.0pre3 test_support/features/step_definitions/search_history_steps.rb
blacklight-3.0pre2 test_support/features/step_definitions/search_history_steps.rb
blacklight-3.0pre1 test_app/features/step_definitions/search_history_steps.rb