diff options
author | Luke Kanies <luke@madstop.com> | 2007-10-05 00:08:15 -0500 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2007-10-05 00:08:15 -0500 |
commit | 275af562b462813ddf5ddbad2192ddc2bf57770c (patch) | |
tree | aceabf68095b8c34fd599f245022a9aaab0984da /test/rails | |
parent | ce0178316d8cefd072f53d39b59ce47332f6ec8f (diff) | |
parent | 29accba1b9343f4967c15d36506b3bf60d5f0f9c (diff) | |
download | puppet-275af562b462813ddf5ddbad2192ddc2bf57770c.tar.gz puppet-275af562b462813ddf5ddbad2192ddc2bf57770c.tar.xz puppet-275af562b462813ddf5ddbad2192ddc2bf57770c.zip |
Merge branch 'routing' of http://git.rickbradley.com/puppet into routing
Diffstat (limited to 'test/rails')
-rwxr-xr-x | test/rails/ast.rb | 1 | ||||
-rwxr-xr-x | test/rails/collection.rb | 1 | ||||
-rwxr-xr-x | test/rails/host.rb | 1 | ||||
-rwxr-xr-x | test/rails/rails.rb | 1 | ||||
-rwxr-xr-x | test/rails/railsparameter.rb | 1 | ||||
-rwxr-xr-x | test/rails/railsresource.rb | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/test/rails/ast.rb b/test/rails/ast.rb index fb6374401..48ec18c45 100755 --- a/test/rails/ast.rb +++ b/test/rails/ast.rb @@ -71,4 +71,3 @@ class TestRailsAST < PuppetTest::TestCase end end -# $Id$ diff --git a/test/rails/collection.rb b/test/rails/collection.rb index 56f71e635..cbae9a1e4 100755 --- a/test/rails/collection.rb +++ b/test/rails/collection.rb @@ -238,4 +238,3 @@ class TestRailsCollection < PuppetTest::TestCase end end -# $Id$ diff --git a/test/rails/host.rb b/test/rails/host.rb index 5ac2f763e..4d9c64932 100755 --- a/test/rails/host.rb +++ b/test/rails/host.rb @@ -189,4 +189,3 @@ class TestRailsHost < PuppetTest::TestCase end end -# $Id$ diff --git a/test/rails/rails.rb b/test/rails/rails.rb index 2803e07a8..f6756ed24 100755 --- a/test/rails/rails.rb +++ b/test/rails/rails.rb @@ -24,4 +24,3 @@ class TestRails < Test::Unit::TestCase end end -# $Id$ diff --git a/test/rails/railsparameter.rb b/test/rails/railsparameter.rb index 89c81ad30..c2a82929d 100755 --- a/test/rails/railsparameter.rb +++ b/test/rails/railsparameter.rb @@ -70,4 +70,3 @@ else $stderr.puts "Install Rails for Rails and Caching tests" end -# $Id$ diff --git a/test/rails/railsresource.rb b/test/rails/railsresource.rb index ca582b8b0..7a1ffd217 100755 --- a/test/rails/railsresource.rb +++ b/test/rails/railsresource.rb @@ -247,5 +247,4 @@ class TestExportedResources < PuppetTest::TestCase end end -# $Id$ |