Update file_view output

This commit is contained in:
bootstraponline
2012-11-10 12:08:05 -07:00
parent c5631f5b7d
commit 6888420cc6
8 changed files with 19 additions and 33 deletions
+4
View File
@@ -72,6 +72,10 @@ def check name, pages_array
pages = FakePages.new pages_array
expected = read name
actual = view pages
# Uncomment when updating tests
# write name, actual
assert_equal expected, actual
end