Normalized file name and koan category name.

This commit is contained in:
Jim Weirich
2010-09-12 21:27:22 -04:00
parent 8d8287365b
commit ad99c372c3
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
require File.expand_path(File.dirname(__FILE__) + '/edgecase')
class AboutUsingBlocks < EdgeCase::Koan
class AboutSandwichCode < EdgeCase::Koan
def count_lines(file_name)
file = open(file_name)
@@ -93,7 +93,7 @@ class AboutUsingBlocks < EdgeCase::Koan
def test_finding_lines2
assert_equal __("test\n"), find_line2("example_file.txt")
end
# ------------------------------------------------------------------
def count_lines3(file_name)