mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Add redirects, update test types
This commit is contained in:
@@ -26,4 +26,9 @@ class AboutControllerTest < ActionDispatch::IntegrationTest
|
||||
assert_response :success
|
||||
end
|
||||
|
||||
test "should redirect about pages" do
|
||||
get '/about=roman_numerals'
|
||||
assert_redirected_to about_roman_numerals_url
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user