mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-22 22:59:39 +02:00
Mark tests pending
These are scaffolded placeholder tests anyway. Once reale features are added the skips will be removed.
This commit is contained in:
parent
5f50ea3f02
commit
d6291b6cbe
2 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue