diff options
Diffstat (limited to 'spec')
| -rwxr-xr-x | spec/unit/ssl/key.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/ssl/key.rb b/spec/unit/ssl/key.rb index 66ed510a3..b23470451 100755 --- a/spec/unit/ssl/key.rb +++ b/spec/unit/ssl/key.rb @@ -22,7 +22,7 @@ describe Puppet::SSL::Key do end it "should only support the text format" do - @class.supported_formats.should == [:str] + @class.supported_formats.should == [:s] end it "should have a method for determining whether it's a CA key" do |
