diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-19 22:42:39 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-12-19 22:42:39 +0000 |
commit | 36e8d65bbdf236203741d3a3b0d98a1eb51a75a9 (patch) | |
tree | f636bea92fe2fcc101b6541f1f84524c742a00ba /test/rails/rails.rb | |
parent | 115ec095357171381e2af3aa5ebbd61164b40064 (diff) | |
download | puppet-36e8d65bbdf236203741d3a3b0d98a1eb51a75a9.tar.gz puppet-36e8d65bbdf236203741d3a3b0d98a1eb51a75a9.tar.xz puppet-36e8d65bbdf236203741d3a3b0d98a1eb51a75a9.zip |
Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, but it is much better. There is still plenty of bug-fixing to do on other platforms, I expect.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1954 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/rails/rails.rb')
-rwxr-xr-x | test/rails/rails.rb | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/rails/rails.rb b/test/rails/rails.rb index c0f902d65..1342437bd 100755 --- a/test/rails/rails.rb +++ b/test/rails/rails.rb @@ -17,16 +17,6 @@ class TestRails < Test::Unit::TestCase include PuppetTest::ResourceTesting include PuppetTest::RailsTesting - def setup - super - railsinit - end - - def teardown - railsteardown - super - end - def test_includerails assert_nothing_raised { require 'puppet/rails' |