fixed tests

This commit is contained in:
danijoo
2014-01-05 15:24:35 +01:00
parent 2b77b1443f
commit f526accb8b

View File

@@ -4,5 +4,9 @@ require 'sightstone'
class BaseTest < Test::Unit::TestCase class BaseTest < Test::Unit::TestCase
@@sightstone = Sightstone.new("your_api_key_here") @@sightstone = Sightstone.new("your_api_key_here")
@@req_id = 30447079
@@test_id_array = [30447079,30447079,30447079]
@@test_name = "danijoo"
end end