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
test/test_base.rb Normal file
View File

@@ -0,0 +1,8 @@
require 'test/unit'
require 'sightstone'
class BaseTest < Test::Unit::TestCase
@@sightstone = Sightstone.new("your_api_key_here")
end