tests for summoner module

This commit is contained in:
danijoo
2013-12-30 15:03:44 +01:00
parent fd3b1b31cc
commit 940d97967c
3 changed files with 108 additions and 0 deletions

8
Rakefile Normal file
View File

@@ -0,0 +1,8 @@
require 'rake/testtask'
Rake::TestTask.new do |t|
t.libs << 'test'
end
desc "Run tests"
task :default => :test