Skip to content

Commit

Permalink
Remove spec
Browse files Browse the repository at this point in the history
  • Loading branch information
martikat committed Jan 6, 2025
1 parent d0f46d1 commit e34955e
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions spec/system/page_tier_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,34 +102,4 @@
end
end
end

# describe 'First tier when route is in incorrect format' do
# before do
# visit '/randompage.yml'
# end

# it 'has a heading' do
# expect(page).to have_text('Page not found')
# end
# end

# describe 'Second tier when route is in incorrect format' do
# before do
# visit '/route/randompage.yml'
# end

# it 'has a heading' do
# expect(page).to have_text('Page not found')
# end
# end

# describe 'Third tier when route is in incorrect format' do
# before do
# visit '/route/route/randompage.yml'
# end

# it 'has a heading' do
# expect(page).to have_text('Page not found')
# end
# end
end

0 comments on commit e34955e

Please sign in to comment.