summaryrefslogtreecommitdiffstats
path: root/test/language
diff options
context:
space:
mode:
authorBrice Figureau <brice-puppet@daysofwonder.com>2009-04-29 23:13:19 +0200
committerJames Turnbull <james@lovedthanlost.net>2009-05-15 09:56:58 +1000
commit6a80b764ef2ac3bad5d7ecdf29aafd9e17887fe1 (patch)
treedf5562b00ae35fa4626ce74b48449358b9d01436 /test/language
parent172422fc0422e2646c4cc3afb7955876651cbf3e (diff)
downloadpuppet-6a80b764ef2ac3bad5d7ecdf29aafd9e17887fe1.tar.gz
puppet-6a80b764ef2ac3bad5d7ecdf29aafd9e17887fe1.tar.xz
puppet-6a80b764ef2ac3bad5d7ecdf29aafd9e17887fe1.zip
Fix some master failing tests
Signed-off-by: Brice Figureau <brice-puppet@daysofwonder.com>
Diffstat (limited to 'test/language')
-rwxr-xr-xtest/language/scope.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/language/scope.rb b/test/language/scope.rb
index eeaf179ba..77af950f5 100755
--- a/test/language/scope.rb
+++ b/test/language/scope.rb
@@ -404,7 +404,7 @@ class TestScope < Test::Unit::TestCase
end
end
- if defined? ActiveRecord
+ if defined? ::ActiveRecord
# Verify that we can both store and collect an object in the same
# run, whether it's in the same scope as a collection or a different
# scope.