diff --git a/test/controllers/accounts_controller_test.rb b/test/controllers/accounts_controller_test.rb deleted file mode 100644 index 64d11580..00000000 --- a/test/controllers/accounts_controller_test.rb +++ /dev/null @@ -1,22 +0,0 @@ -require "test_helper" - -class AccountsControllerTest < ActionDispatch::IntegrationTest - setup do - skip "Pending" - end - - test "should get index" do - get accounts_index_url - assert_response :success - end - - test "should get new" do - get accounts_new_url - assert_response :success - end - - test "should get show" do - get accounts_show_url - assert_response :success - end -end diff --git a/test/controllers/pages_controller_test.rb b/test/controllers/pages_controller_test.rb deleted file mode 100644 index 9aecfccb..00000000 --- a/test/controllers/pages_controller_test.rb +++ /dev/null @@ -1,12 +0,0 @@ -require "test_helper" - -class PagesControllerTest < ActionDispatch::IntegrationTest - setup do - skip "Pending" - end - - test "should get index" do - get pages_index_url - assert_response :success - end -end