mirror of
https://github.com/edgecase/ruby_koans.git
synced 2026-04-15 07:23:19 -04:00
Normalized file name and koan category name.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user