add spec tests for sightstone and champion object

This commit is contained in:
danijoo
2014-03-23 14:49:06 +01:00
parent 5fa0f71418
commit 0bf7854f78
7 changed files with 77 additions and 17 deletions

View File

@@ -1,9 +1,6 @@
require 'rake/testtask'
require 'rspec/core/rake_task'
Rake::TestTask.new do |t|
t.libs << 'test'
end
RSpec::Core::RakeTask.new('spec')
task :default #=> :test
task :default => :spec