summaryrefslogtreecommitdiffstats
path: root/vendor/plugins/actionwebservice/init.rb
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/plugins/actionwebservice/init.rb')
-rw-r--r--vendor/plugins/actionwebservice/init.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/plugins/actionwebservice/init.rb b/vendor/plugins/actionwebservice/init.rb
index 582f73717..ade118c0f 100644
--- a/vendor/plugins/actionwebservice/init.rb
+++ b/vendor/plugins/actionwebservice/init.rb
@@ -4,4 +4,4 @@ require 'action_web_service'
Dependencies.load_paths += ["#{RAILS_ROOT}/app/apis"]
# AWS Test helpers
-require 'action_web_service/test_invoke' if ENV['RAILS_ENV'] == 'test'
+require 'action_web_service/test_invoke' if ENV['RAILS_ENV'] && ENV['RAILS_ENV'] =~ /^test/