diff options
Diffstat (limited to 'spec/unit')
-rwxr-xr-x | spec/unit/provider/ssh_authorized_key/parsed.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/spec/unit/provider/ssh_authorized_key/parsed.rb b/spec/unit/provider/ssh_authorized_key/parsed.rb index ade738b32..13bd08bd8 100755 --- a/spec/unit/provider/ssh_authorized_key/parsed.rb +++ b/spec/unit/provider/ssh_authorized_key/parsed.rb @@ -41,12 +41,12 @@ describe provider_class do return text end - it "should be able to parse each example" do - fakedata("data/providers/ssh_authorized_key/parsed").each { |file| + PuppetTest.fakedata("data/providers/ssh_authorized_key/parsed").each { |file| + it "should be able to parse example data in #{file}" do puts "Parsing %s" % file fakedataparse(file) - } - end + end + } it "should be able to generate a basic authorized_keys file" do key = mkkey({ |