13 lines
253 B
Ruby
13 lines
253 B
Ruby
require 'test/unit'
|
|
require 'sightstone'
|
|
|
|
class BaseTest < Test::Unit::TestCase
|
|
|
|
@@sightstone = Sightstone::Sightstone.new("your_test_api_key")
|
|
|
|
@@req_id = 30447079
|
|
@@test_id_array = [30447079,30447079,30447079]
|
|
@@test_name = "danijoo"
|
|
|
|
end
|