mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 20:14:08 +00:00
Clear out broken tests
This commit is contained in:
@@ -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
|
|
||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user