Skip to content

Commit

Permalink
Use non-full line examples
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Jul 28, 2011
1 parent 483f1f3 commit c950325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/build_test.rb
Expand Up @@ -172,7 +172,7 @@ def setup
build.append_log!(line2)
assert_equal build.log, line1 + line2

line3 = "$ bundle install --path vendor/bundle\n"
line3 = "$ bundle install --pa"
build.append_log!(line3)
assert_equal build.log, line1 + line2 + line3
end
Expand Down

0 comments on commit c950325

Please sign in to comment.