Sha256: 4f0f82d7fb05991a22a975051c0bdf84314e3d613809dba8c8c1e2d0776a00e1
Contents?: true
Size: 266 Bytes
Versions: 2
Compression:
Stored size: 266 Bytes
Contents
require 'test_helper' class SmartSubjectsSearchTest < ActionDispatch::IntegrationTest vcr_test "should show smart subjects results", 'searches', cassette: 'printing' do visit root_path(q: 'printing') assert page.has_content?('Textile Chemistry') end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
quick_search-core-0.0.1 | test/integration/smart_subjects_test.rb |
quick_search-core-0.0.1.test | test/integration/smart_subjects_test.rb |