9 lines
143 B
Ruby
9 lines
143 B
Ruby
require 'test/unit'
|
|
require 'sightstone'
|
|
|
|
class BaseTest < Test::Unit::TestCase
|
|
|
|
@@sightstone = Sightstone.new("your_api_key_here")
|
|
|
|
end
|