More back porting

This commit is contained in:
Sanad Liaquat 2018-11-26 13:03:38 +05:00
parent 553a65df04
commit de75aa3116
2 changed files with 5 additions and 1 deletions

View File

@ -51,6 +51,10 @@ module QA
"/groups/#{CGI.escape("#{sandbox.path}/#{path}")}" "/groups/#{CGI.escape("#{sandbox.path}/#{path}")}"
end end
def api_members_path
"#{api_get_path}/members"
end
def api_post_path def api_post_path
'/groups' '/groups'
end end

View File

@ -7,7 +7,7 @@ module QA
# creating it if it doesn't yet exist. # creating it if it doesn't yet exist.
# #
class Sandbox < Base class Sandbox < Base
attr_accessor :path attr_reader :path
attribute :id attribute :id