Sha256: 9d4ce213eefcb2bed3bca155f742612588c75c65135c7458ada2d9a2c6417db5
Contents?: true
Size: 306 Bytes
Versions: 10
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
10 entries across 10 versions & 1 rubygems