mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-05-18 11:26:05 +00:00
File diff suppressed because it is too large
Load Diff
@@ -23,8 +23,6 @@ class TestSamples < Test::Unit::TestCase
|
|||||||
actual.write Yajl::Encoder.encode(latest, :pretty => true)
|
actual.write Yajl::Encoder.encode(latest, :pretty => true)
|
||||||
actual.close
|
actual.close
|
||||||
|
|
||||||
warn `diff #{expected.path} #{actual.path}`
|
|
||||||
|
|
||||||
expected.unlink
|
expected.unlink
|
||||||
actual.unlink
|
actual.unlink
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user