Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
12
oldstuff/RubyFun/koans/Rakefile
Normal file
12
oldstuff/RubyFun/koans/Rakefile
Normal file
@@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env ruby
|
||||
# -*- ruby -*-
|
||||
|
||||
require 'rake/clean'
|
||||
require 'rake/testtask'
|
||||
|
||||
task :default => :test
|
||||
|
||||
task :test do
|
||||
ruby 'path_to_enlightenment.rb'
|
||||
end
|
||||
|
Reference in New Issue
Block a user