Skip to content

Commit

Permalink
Add fabricators for DeviceToken and Event
Browse files Browse the repository at this point in the history
  • Loading branch information
enricostano committed May 28, 2018
1 parent 4c6ffb1 commit 2f5b801
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/fabricators/device_token_fabricator.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fabricator(:device_token) do
end
2 changes: 2 additions & 0 deletions spec/fabricators/event_fabricator.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Fabricator(:event) do
end

0 comments on commit 2f5b801

Please # to comment.