updated to league-2.3

This commit is contained in:
danijoo
2014-02-03 12:21:05 +01:00
parent 7358ba7f1c
commit d836763c6a
3 changed files with 6 additions and 6 deletions

View File

@@ -3,10 +3,11 @@ require 'sightstone'
class BaseTest < Test::Unit::TestCase
@@sightstone = Sightstone::Sightstone.new("your_test_api_key")
@@sightstone = Sightstone::Sightstone.new("your_api_key_here")
@@req_id = 30447079
@@test_id_array = [30447079,30447079,30447079]
@@test_name = "danijoo"
@@test_name2 = "pippu"
end