From 610e219fa5e340592db262a925935d3b161c601c Mon Sep 17 00:00:00 2001 From: Mike Mazur Date: Fri, 12 Apr 2013 09:23:21 -0400 Subject: [PATCH] One more EdgeCase -> Neo change in the Rakefile Fixes #92. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index ab0a2ec..0c3b2c0 100755 --- a/Rakefile +++ b/Rakefile @@ -32,7 +32,7 @@ module Koans end def Koans.make_koan_file(infile, outfile) - if infile =~ /edgecase/ + if infile =~ /neo/ cp infile, outfile else open(infile) do |ins|