From e6d503bcfbda5e70cb54d1506a744d6045e1b4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Valim?= Date: Sat, 25 Sep 2010 11:01:43 +0200 Subject: Update abort message (ht: tilsammans). --- railties/lib/rails/test_help.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/test_help.rb b/railties/lib/rails/test_help.rb index 3f90e786c1..7c1472147b 100644 --- a/railties/lib/rails/test_help.rb +++ b/railties/lib/rails/test_help.rb @@ -1,6 +1,6 @@ # Make double-sure the RAILS_ENV is not set to production, # so fixtures aren't loaded into that environment -abort("Abort testing: Your Rails environment is not running in test mode!") if Rails.env.production? +abort("Abort testing: Your Rails environment is running in production mode!") if Rails.env.production? require 'test/unit' require 'active_support/core_ext/kernel/requires' -- cgit v1.2.3