Sha256: 8a668322fd2968c9843a8b5b0bb713c386e208ddf8a0fa7ed1abb18a59684c11

Contents?: true

Size: 247 Bytes

Versions: 2

Compression:

Stored size: 247 Bytes

Contents

require 'test_helper'

class WebsiteSearchTest < ActionDispatch::IntegrationTest
  vcr_test "should show website results", 'searches', cassette: 'printing' do
    visit root_path(q: 'printing')
    assert page.has_content?('Our Website')
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
quick_search-core-0.0.1 test/integration/website_search_test.rb
quick_search-core-0.0.1.test test/integration/website_search_test.rb