One more EdgeCase -> Neo change in the Rakefile

Fixes #92.
This commit is contained in:
Mike Mazur
2013-04-12 09:23:21 -04:00
parent d7b5a6120d
commit 610e219fa5

View File

@@ -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|