Hacked By AnonymousFox

Current Path : /proc/thread-self/root/proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/rake/lib/
Upload File :
Current File : //proc/thread-self/root/proc/self/root/opt/alt/ruby21/lib64/ruby/2.1.0/rake/lib/project.rake

task "create:project" => ["lib", "test", "Rakefile"]

directory "lib"
directory "test"

file "Rakefile" do
  File.open("Rakefile", "w") do |out|
    out.puts %{# -*- ruby -*-

require 'rake/clean'
require 'rake/testtask'

task :default => :test

Rake::TestTask.new do |t|
  t.verbose = false
  t.test_files = FileList['test/test_*.rb']
end
}
  end
end

Hacked By AnonymousFox1.0, Coded By AnonymousFox