Skip to content

Commit

Permalink
Travis debug, yay
Browse files Browse the repository at this point in the history
  • Loading branch information
aanand committed Nov 1, 2011
1 parent 5aa431f commit 8c0fde1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cli_test.rb
Expand Up @@ -9,6 +9,7 @@ class CliTest < Test::Unit::TestCase
end

should "accept CSS rules on STDIN" do
assert_equal "hello\n", `echo hello | cat`
output = `echo ".something { display: block; }" | #{FULL_COMMAND}`
assert output.include?('.something'), "output should have included '.something' but was:\n#{output}"
end
Expand Down

0 comments on commit 8c0fde1

Please sign in to comment.