mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|iam] fix helper location
This commit is contained in:
parent
9a52c94513
commit
3fd9d13bc2
2 changed files with 15 additions and 12 deletions
15
tests/aws/requests/iam/helper.rb
Normal file
15
tests/aws/requests/iam/helper.rb
Normal file
|
@ -0,0 +1,15 @@
|
|||
class AWS
|
||||
|
||||
module IAM
|
||||
|
||||
module Formats
|
||||
|
||||
BASIC = {
|
||||
'RequestId' => String
|
||||
}
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
|
@ -13,18 +13,6 @@ class AWS
|
|||
|
||||
end
|
||||
|
||||
module IAM
|
||||
|
||||
module Formats
|
||||
|
||||
BASIC = {
|
||||
'RequestId' => String
|
||||
}
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
unless defined?(GENTOO_AMI)
|
||||
|
|
Loading…
Reference in a new issue