decision-labs / gcm

A gem that helps developers send data from ruby backend servers to their Mobile applications on devices via Google Cloud Messaging (GCM).
MIT License
385 stars 61 forks source link

Setting up tests? #37

Closed FutoRicky closed 8 years ago

FutoRicky commented 8 years ago

Is it possible to actually test (rspec) if a push notification was sent?

sabman commented 8 years ago

We do https://github.com/spacialdb/gcm/blob/master/spec/gcm_spec.rb#L51

FutoRicky commented 8 years ago

Awesome, thanks