mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 16:19:40 +02:00
Merge branch 'main' of https://github.com/maybe-finance/maybe
This commit is contained in:
commit
50c5eb8f81
2 changed files with 0 additions and 34 deletions
|
@ -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
|
|
Loading…
Add table
Add a link
Reference in a new issue