diff --git a/tests/aws/requests/iam/helper.rb b/tests/aws/requests/iam/helper.rb new file mode 100644 index 000000000..3ffb033f5 --- /dev/null +++ b/tests/aws/requests/iam/helper.rb @@ -0,0 +1,15 @@ +class AWS + + module IAM + + module Formats + + BASIC = { + 'RequestId' => String + } + + end + + end + +end diff --git a/tests/compute/requests/aws/helper.rb b/tests/compute/requests/aws/helper.rb index ed73c0106..c2ca70164 100644 --- a/tests/compute/requests/aws/helper.rb +++ b/tests/compute/requests/aws/helper.rb @@ -13,18 +13,6 @@ class AWS end - module IAM - - module Formats - - BASIC = { - 'RequestId' => String - } - - end - - end - end unless defined?(GENTOO_AMI)