Sha256: 2845cd1ad8168634150151f9e3684c3ba53264746e8e3ca25216928d1aa11aab
Contents?: true
Size: 249 Bytes
Versions: 2
Compression:
Stored size: 249 Bytes
Contents
require 'test_helper' class CatalogSearchTest < ActionDispatch::IntegrationTest vcr_test "should show catalog results", 'searches', cassette: 'printing' do visit root_path(q: 'printing') assert page.has_content?('book results') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quick_search-core-0.0.1 | test/integration/catalog_search_test.rb |
quick_search-core-0.0.1.test | test/integration/catalog_search_test.rb |