Removed autotest. Added Watchr script.

This commit is contained in:
Alex Burkhart
2012-02-09 18:57:31 +00:00
parent 8926a0d96b
commit a565ac232d
4 changed files with 3 additions and 29 deletions

2
Rakefile Normal file → Executable file
View File

@@ -42,8 +42,6 @@ module Koans
def Koans.make_koan_file(infile, outfile)
if infile =~ /edgecase/
cp infile, outfile
elsif infile =~ /autotest/
cp_r infile, outfile
else
open(infile) do |ins|
open(outfile, "w") do |outs|