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

7
spec/spec_helper.rb Normal file
View File

@@ -0,0 +1,7 @@
require 'rspec'
require 'sightstone'
RSpec.configure do |config|
config.color_enabled = true
config.formatter = 'documentation'
end