aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/values
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2006-05-31 22:43:53 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2006-05-31 22:43:53 +0000
commitd31830cf9cc863ed2f98c2d4cb90cf0e5d93e73e (patch)
treef9c47331207411fea435c5057dea209e869f5c13 /activesupport/lib/active_support/values
parent05a17dc6b57e77171976a009b331511eae95200f (diff)
downloadrails-d31830cf9cc863ed2f98c2d4cb90cf0e5d93e73e.tar.gz
rails-d31830cf9cc863ed2f98c2d4cb90cf0e5d93e73e.tar.bz2
rails-d31830cf9cc863ed2f98c2d4cb90cf0e5d93e73e.zip
fix test warnings
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4386 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activesupport/lib/active_support/values')
-rw-r--r--activesupport/lib/active_support/values/time_zone.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/values/time_zone.rb b/activesupport/lib/active_support/values/time_zone.rb
index 3aa135c28f..c67af60926 100644
--- a/activesupport/lib/active_support/values/time_zone.rb
+++ b/activesupport/lib/active_support/values/time_zone.rb
@@ -169,7 +169,7 @@ class TimeZone
# A regular expression that matches the names of all time zones in
# the USA.
- US_ZONES = /US|Arizona|Indiana|Hawaii|Alaska/
+ US_ZONES = /US|Arizona|Indiana|Hawaii|Alaska/ unless defined?(US_ZONES)
# A convenience method for returning a collection of TimeZone objects
# for time zones in the USA.