From 7d47649248a9c6c92fbb7f6cd7adf95d0480d153 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Sun, 26 Jul 2009 16:00:14 -0700 Subject: [PATCH] Fix build failure in the RunCodeRun environment. --- test/command_line_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/command_line_test.rb b/test/command_line_test.rb index 6552c3be..8e621deb 100644 --- a/test/command_line_test.rb +++ b/test/command_line_test.rb @@ -19,7 +19,7 @@ class CommandLineTest < Test::Unit::TestCase def test_list_frameworks compass "--list-frameworks" - assert_equal("blueprint\ncompass\nyui\n", @last_result) + assert_equal(%w(blueprint compass yui), @last_result.split.sort) end def test_basic_install