diff options
author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-17 21:53:40 +0000 |
---|---|---|
committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-17 21:53:40 +0000 |
commit | ada77773591f5e17ddcdb4af6c20ded3715ecda9 (patch) | |
tree | 224c19078469abe60d4212b81bc3d16913d69d62 /test/lib | |
parent | 95f2fe70bf63791fb691d539281f5cfbfd1fb664 (diff) | |
download | puppet-ada77773591f5e17ddcdb4af6c20ded3715ecda9.tar.gz puppet-ada77773591f5e17ddcdb4af6c20ded3715ecda9.tar.xz puppet-ada77773591f5e17ddcdb4af6c20ded3715ecda9.zip |
sshkey now uses a provider
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1802 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/lib')
-rw-r--r-- | test/lib/puppettest/fileparsing.rb (renamed from test/lib/puppettest/parsing.rb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/puppettest/parsing.rb b/test/lib/puppettest/fileparsing.rb index a98194bef..004a0c3b5 100644 --- a/test/lib/puppettest/parsing.rb +++ b/test/lib/puppettest/fileparsing.rb @@ -1,4 +1,4 @@ -module PuppetTest::Parsing +module PuppetTest::FileParsing # Run an isomorphism test on our parsing process. def fakedataparse(file) @provider.path = file |