Sha256: f5baeeb9f253128634331808c339e889523b72517df088b498e02452e5aeb2ce
Contents?: true
Size: 190 Bytes
Versions: 39
Compression:
Stored size: 190 Bytes
Contents
# -*- encoding : utf-8 -*- 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
39 entries across 39 versions & 2 rubygems