mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user