Sha256: e8237b84388cbec65b725d28ebe4e26d9c526af9d3e4db4fe75e1714dedf8d25
Contents?: true
Size: 306 Bytes
Versions: 35
Compression:
Stored size: 306 Bytes
Contents
require 'spec_helper' describe "missing tags and view's", type: :feature do it 'should show a message about the missing tag/view' do visit '/missing' expect(page).to have_content('view or tag at "some/wrong/path"') expect(page).to have_content('view or tag at "not/a/component"') end end
Version data entries
35 entries across 35 versions & 1 rubygems