Sha256: 6ee4859fa5fa2424e3f123618559a376871d63ff35d1b60e3e0c018c724282db
Contents?: true
Size: 463 Bytes
Versions: 5
Compression:
Stored size: 463 Bytes
Contents
require './' + File.dirname(__FILE__) + '/helper' class TestPushSubscription < Test::Unit::TestCase context "Given a new PushSubsription object" do setup do init() # Get a subscription from the API setResponseToASingleSubscription() @subscription = @user.getPushSubscription(@testdata['push_id']) end should "be of the right type" do assert_not_nil @subscription assert @subscription.kind_of?(DataSift::PushSubscription) end end end
Version data entries
5 entries across 5 versions & 1 rubygems