From 3f075c7794ca7cc6e3c566591e9929859c6c325c Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Sun, 29 Jan 2017 01:30:32 +0100 Subject: API for apps to register for push notifications --- spec/fabricators/device_fabricator.rb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spec/fabricators/device_fabricator.rb (limited to 'spec/fabricators/device_fabricator.rb') diff --git a/spec/fabricators/device_fabricator.rb b/spec/fabricators/device_fabricator.rb new file mode 100644 index 000000000..02b24e8b3 --- /dev/null +++ b/spec/fabricators/device_fabricator.rb @@ -0,0 +1,3 @@ +Fabricator(:device) do + registration_id "12345678" +end -- cgit