fluke/devops-service/tests/group.rb
GGA Software Services LLC 02bf8b1bba initial commit
2014-05-08 17:06:06 +04:00

15 lines
189 B
Ruby

require "devops_test"
require "list_command"
class Group < DevopsTest
include ListCommand
def title
"Group test"
end
def run
list_providers("groups/:provider")
end
end