Sha256: efd0bb6448804b42f3caa4c56c0f3fe91ec4960354189b1e50657a841c4a97e8
Contents?: true
Size: 449 Bytes
Versions: 8
Compression:
Stored size: 449 Bytes
Contents
require File.dirname(__FILE__) + '/test_helper' context "Resque::Plugins::Aps::Notification" do test "has a nice #inspect" do n = Resque::Plugins::Aps::Notification.new('application_name' => 'SomeApp', 'device_token' => 'aihdf08u2402hbdfquhiwr', 'payload' => '{"aps": { "alert": "hello"}}') assert_equal '#<Resque::Plugins::Aps::Notification "SomeApp", "aihdf08u2402hbdfquhiwr", "{\"aps\": { \"alert\": \"hello\"}}">', n.inspect end end
Version data entries
8 entries across 8 versions & 1 rubygems