require File.dirname(__FILE__) + '/test_helper' context "ResqueAps::Notification" do test "has a nice #inspect" do n = ResqueAps::Notification.new('application_name' => 'SomeApp', 'device_token' => 'aihdf08u2402hbdfquhiwr', 'payload' => '{"aps": { "alert": "hello"}}') assert_equal '#', n.inspect end end