Merge pull request #438 from richo/bugs/sample_db

Bugs/sample db
This commit is contained in:
Ted Nyman
2013-03-12 23:32:31 -07:00
2 changed files with 3112 additions and 3088 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -23,8 +23,6 @@ class TestSamples < Test::Unit::TestCase
actual.write Yajl::Encoder.encode(latest, :pretty => true)
actual.close
warn `diff #{expected.path} #{actual.path}`
expected.unlink
actual.unlink
end