diff options
-rwxr-xr-x | spec/unit/network/format_handler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/network/format_handler.rb b/spec/unit/network/format_handler.rb index 6e3033c75..0b885ca8d 100755 --- a/spec/unit/network/format_handler.rb +++ b/spec/unit/network/format_handler.rb @@ -85,7 +85,7 @@ describe Puppet::Network::FormatHandler do end it "should include all formats that include both the to_ and from_ methods in the list of supported formats" do - FormatTester.supported_formats.should == %w{good mults} + FormatTester.supported_formats.sort.should == %w{good mults}.sort end it "should return the first format as the default format" do |