Sha256: cbc570a60c8c94d0cb736dccbe3c551f7d4f9e55521784f7c2fca070e0ff9c21
Contents?: true
Size: 350 Bytes
Versions: 14
Compression:
Stored size: 350 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.documents-gallery") expect(page).to have_selector(".caption", text: "Strong Medicine speaks") end end
Version data entries
14 entries across 14 versions & 1 rubygems