notify_user 0.0.12 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -12,6 +12,12 @@ module NotifyUser
12
12
  BaseNotification.channel(:apns, {aggregate_per: false})
13
13
  end
14
14
 
15
+ describe "notification count" do
16
+ it "returns the sent count for a user" do
17
+ notification.count_for_target.should eq 1
18
+ end
19
+ end
20
+
15
21
  describe "params" do
16
22
 
17
23
  it "doesn't fail if searching for param variable that doesn't exist" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notify_user
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Spacek