From 3fd9d13bc2eafb697745bc99ed839604ff1a4460 Mon Sep 17 00:00:00 2001 From: geemus Date: Mon, 3 Jan 2011 18:56:02 -0800 Subject: [PATCH] [aws|iam] fix helper location --- tests/aws/requests/iam/helper.rb | 15 +++++++++++++++ tests/compute/requests/aws/helper.rb | 12 ------------ 2 files changed, 15 insertions(+), 12 deletions(-) create mode 100644 tests/aws/requests/iam/helper.rb 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)