add spec tests for sightstone and champion object
This commit is contained in:
7
spec/spec_helper.rb
Normal file
7
spec/spec_helper.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
require 'rspec'
|
||||
require 'sightstone'
|
||||
|
||||
RSpec.configure do |config|
|
||||
config.color_enabled = true
|
||||
config.formatter = 'documentation'
|
||||
end
|
||||
Reference in New Issue
Block a user