Commit 5704377f by nnnghia98

delete helpers file

parent e47f536f
...@@ -6,7 +6,7 @@ class StaticPagesControllerTest < ActionDispatch::IntegrationTest ...@@ -6,7 +6,7 @@ class StaticPagesControllerTest < ActionDispatch::IntegrationTest
end end
test "should get top_page" do test "should get top_page" do
get static_pages_index_url get root_path
assert_response :success assert_response :success
assert_select "title", "Top Page | #{@base_title}" assert_select "title", "Top Page | #{@base_title}"
end end
......
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