and removing rspec

This commit is contained in:
2022-12-23 15:25:53 +02:00
parent d277c97a57
commit f2d23b39c9
7 changed files with 4 additions and 271 deletions

View File

@ -6,7 +6,7 @@ class ViewTest < ActionDispatch::IntegrationTest
def test_returns_ok_all_pages
Merged::Page.all.each do |page|
visit "/" + page.name
assert_equal "/#{current_path}" , page.name
assert_equal "/#{page.name}" , current_path
end
end
end