diff --git a/test/controllers/accounts_controller_test.rb b/test/controllers/accounts_controller_test.rb index a579d26c..64d11580 100644 --- a/test/controllers/accounts_controller_test.rb +++ b/test/controllers/accounts_controller_test.rb @@ -1,6 +1,10 @@ require "test_helper" class AccountsControllerTest < ActionDispatch::IntegrationTest + setup do + skip "Pending" + end + test "should get index" do get accounts_index_url assert_response :success diff --git a/test/controllers/pages_controller_test.rb b/test/controllers/pages_controller_test.rb index d975bb19..9aecfccb 100644 --- a/test/controllers/pages_controller_test.rb +++ b/test/controllers/pages_controller_test.rb @@ -1,6 +1,10 @@ require "test_helper" class PagesControllerTest < ActionDispatch::IntegrationTest + setup do + skip "Pending" + end + test "should get index" do get pages_index_url assert_response :success