Sha256: ea4e64ad8a36b73680ba822e1d929c74c2356264f37389d9665a5ce6ad42fc0d
Contents?: true
Size: 396 Bytes
Versions: 23
Compression:
Stored size: 396 Bytes
Contents
require 'spec_helper' describe "Gallery view", :type => :feature do before { visit search_catalog_path :q => 'medicine', :view => 'gallery' } it "should display results in a galley view" do expect(page).to have_selector("#documents.gallery") expect(page).to have_selector(".gallery .document .thumbnail .caption") expect(page).to have_content("Strong Medicine speaks") end end
Version data entries
23 entries across 23 versions & 1 rubygems