This commit is contained in:
James Turnbull 2008-10-04 13:21:51 +10:00
Родитель 614326afdb
Коммит 782181e0da
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -278,7 +278,7 @@ class TestLangFunctions < Test::Unit::TestCase
file = tempfile()
Puppet[:code] = %{file { "#{file}": content => template("#{template}") }}
Puppet[:environments] = "yay"
Puppet[:environment] = "yay"
interp = Puppet::Parser::Interpreter.new
node = mknode
node.stubs(:environment).returns("yay")