Skip to content

Commit

Permalink
Don't emit the diff if samples db is out of date
Browse files Browse the repository at this point in the history
There's a warning message emitted with instructions, a 2000 line diff
does nothing to help the user track down the issue.
  • Loading branch information
richo committed Mar 13, 2013
1 parent 2cdbe64 commit 2d7dea2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_samples.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ def test_up_to_date
actual.write Yajl::Encoder.encode(latest, :pretty => true)
actual.close

warn `diff #{expected.path} #{actual.path}`

expected.unlink
actual.unlink
end
Expand Down

0 comments on commit 2d7dea2

Please sign in to comment.