1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/test/integration/credits/user_info_test.rb

16 lines
187 B
Ruby
Raw Normal View History

require 'minitest/autorun'
class UserInfoTest < Minitest::Test
def setup
# Do nothing
end
def teardown
# Do nothing
end
def test
skip 'Not implemented'
end
end