Skip to content

Commit

Permalink
sample output in spec
Browse files Browse the repository at this point in the history
  • Loading branch information
hayeah committed Dec 19, 2010
1 parent 9ee2663 commit a140c8b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion spec/daisydiff_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

describe "Daisydiff" do
it "fails" do
fail "hey buddy, you should probably rename this file and start specing for real"
html1 = <<-HTML
hello world
bye world
HTML
html2 = <<-HTML
<b>hello world</b>
HTML
puts DaisyDiff.strings(html1, html2)
fail "maybe test it?"
end
end







0 comments on commit a140c8b

Please sign in to comment.