Sha256: 50656ce0594fb68d721c64e06a58ea454dad32ac21ea07ad6865cd9b977e0fcb
Contents?: true
Size: 376 Bytes
Versions: 30
Compression:
Stored size: 376 Bytes
Contents
require 'spec_helper' describe "Masonry view", :type => :feature do before { visit search_catalog_path :q => 'medicine', :view => 'masonry' } it "should display results in a galley view" do expect(page).to have_selector("#documents.documents-masonry") expect(page).to have_selector('.document .caption', text: "Strong Medicine speaks", visible: false) end end
Version data entries
30 entries across 30 versions & 2 rubygems