mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2025-01-30 19:52:20 +01:00
12 lines
284 B
Ruby
12 lines
284 B
Ruby
|
# class Reservations::CreateAsAdminTest < ActionDispatch::IntegrationTest
|
||
|
# setup do
|
||
|
# admin = User.with_role(:admin).first
|
||
|
# login_as(admin, scope: :user)
|
||
|
# end
|
||
|
#
|
||
|
# test "admin reserves a machine for a user" do
|
||
|
# availability = Availability.find(5)
|
||
|
#
|
||
|
# end
|
||
|
# end
|