Name change of event in ral/type/exec.rb

This commit is contained in:
Jesse Wolfe 2010-04-08 15:25:59 -07:00 коммит произвёл test branch
Родитель 1ebc91e1bd
Коммит 481ddb845c
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -186,7 +186,7 @@ class TestExec < Test::Unit::TestCase
comp = mk_catalog("Testing", file, exec)
assert_events([:file_changed, :executed_command], comp)
assert_events([:file_created, :executed_command], comp)
end
# Verify that we auto-require any managed scripts.