and removing rspec
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user