Sha256: b45a58c3d6bf27714b3a56a7d4e3f2e44f0c83a2c219a6119ac3785f0567161c
Contents?: true
Size: 670 Bytes
Versions: 9
Compression:
Stored size: 670 Bytes
Contents
# require 'test_helper' # # module RubyPsigate # class XmlApiTest < Test::Unit::TestCase # # context "class constants" do # should "return TEST URL" do # assert_equal XmlApi::TEST_URL, "https://dev.psigate.com:7989/Messenger/XMLMessenger" # end # # should "return LIVE URL" do # assert_equal XmlApi::LIVE_URL, "https://secure.psigate.com:7934/Messenger/XMLMessenger" # end # end # # context "a new instance" do # setup do # store_id = 'teststore' # passphrase = 'psigate1234' # @xml_api = XmlApi.new(store_id, passphrase) # end # end # # end # end
Version data entries
9 entries across 9 versions & 1 rubygems