1
0
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:
Sylvain 2021-11-10 17:02:37 +01:00
parent 1103c7757b
commit e3fa75dd6e

View 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