Commit 14d98fe7 by Đường Sỹ Hoàng

Removed Home title

parent 2d820d3c
...@@ -5,7 +5,7 @@ class StaticPagesControllerTest < ActionDispatch::IntegrationTest ...@@ -5,7 +5,7 @@ class StaticPagesControllerTest < ActionDispatch::IntegrationTest
test "should get home" do test "should get home" do
get static_pages_home_url get static_pages_home_url
assert_response :success assert_response :success
assert_select "title", "Home | Ruby on Rails Tutorial Sample App" assert_select "title", "Ruby on Rails Tutorial Sample App"
end end
test "should get help" do test "should get help" do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment