mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-01 12:24:28 +01:00
[bug] unable to create a plan
This commit is contained in:
parent
1103c7757b
commit
e3fa75dd6e
15
test/integration/plans/create_plan_test.rb
Normal file
15
test/integration/plans/create_plan_test.rb
Normal file
@ -0,0 +1,15 @@
|
||||
require 'minitest/autorun'
|
||||
|
||||
class CreatePlanTest < Minitest::Test
|
||||
def setup
|
||||
# Do nothing
|
||||
end
|
||||
|
||||
def teardown
|
||||
# Do nothing
|
||||
end
|
||||
|
||||
def test
|
||||
skip 'Not implemented'
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue
Block a user