Commit 8e8e7652 by Mark Wunsch

Testing task

parent 3835d46c
require "bundler/gem_tasks" require "bundler/gem_tasks"
require "rake/testtask"
Rake::TestTask.new do |t|
t.libs.push "lib"
t.test_files = FileList['spec/*_spec.rb']
t.verbose = true
end
task :default => [:test]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment