From e676eb40d6d896b322c34019a912c3269e12c48c Mon Sep 17 00:00:00 2001 From: Thibault Jouan Date: Mon, 23 Sep 2013 21:44:50 +0000 Subject: [PATCH] Transform Tests class in a module --- lib/producer/core/tests/has_env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/producer/core/tests/has_env.rb b/lib/producer/core/tests/has_env.rb index e0a9c31..8d5fc8f 100644 --- a/lib/producer/core/tests/has_env.rb +++ b/lib/producer/core/tests/has_env.rb @@ -1,6 +1,6 @@ module Producer module Core - class Tests + module Tests class HasEnv < Test def success? env.remote.environment.has_key? arguments.first.to_s.upcase