diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-05 19:18:11 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2017-02-05 19:18:11 +0100 |
commit | 920ba5fc4e705ea9418d2cab12e4d2ffd53775de (patch) | |
tree | 9285c8beb7c1cfb9b85f66df55ed022e4916a311 /spec/fabricators | |
parent | 77e13c2bc93fdb633f27f94989ab5770f9ecc3b3 (diff) |
Fix #61 - Add list of blocked users to the UI; clean up failed push notifications API
Try to fix Travis CI setup
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/device_fabricator.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/fabricators/device_fabricator.rb b/spec/fabricators/device_fabricator.rb deleted file mode 100644 index 02b24e8b3..000000000 --- a/spec/fabricators/device_fabricator.rb +++ /dev/null @@ -1,3 +0,0 @@ -Fabricator(:device) do - registration_id "12345678" -end |