diff options
Diffstat (limited to 'test/language/snippets.rb')
-rwxr-xr-x | test/language/snippets.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/language/snippets.rb b/test/language/snippets.rb index 5f154cd0a..a7d7b390c 100755 --- a/test/language/snippets.rb +++ b/test/language/snippets.rb @@ -394,6 +394,12 @@ class TestSnippets < Test::Unit::TestCase } end + def snippet_aliastest(trans) + %w{/tmp/aliastest /tmp/aliastest2 /tmp/aliastest3}.each { |file| + assert(FileTest.file?(file), "File %s does not exist" % file) + } + end + def snippet_emptyclass(trans) # There's nothing to check other than that it works end |