tests for summoner module
This commit is contained in:
8
test/test_base.rb
Normal file
8
test/test_base.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
require 'test/unit'
|
||||
require 'sightstone'
|
||||
|
||||
class BaseTest < Test::Unit::TestCase
|
||||
|
||||
@@sightstone = Sightstone.new("your_api_key_here")
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user