about summary refs log tree commit diff
path: root/spec/fabricators/destructing_status_fabricator.rb
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-23 16:48:08 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-23 16:48:08 -0500
commit3862f48c34a00691a12c6002abd88b088cf7c13e (patch)
treef1d5d2299de3d470816300221d3dba6ac8ecc30c /spec/fabricators/destructing_status_fabricator.rb
parent2a6ccce070277c8c278a2e8403f45394eec06f91 (diff)
add self-destructing roars & `live`/`lifespan` bangtags
Diffstat (limited to 'spec/fabricators/destructing_status_fabricator.rb')
-rw-r--r--spec/fabricators/destructing_status_fabricator.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fabricators/destructing_status_fabricator.rb b/spec/fabricators/destructing_status_fabricator.rb
new file mode 100644
index 000000000..7a538adb0
--- /dev/null
+++ b/spec/fabricators/destructing_status_fabricator.rb
@@ -0,0 +1,4 @@
+Fabricator(:destructing_status) do
+  status       nil
+  delete_after "2019-07-23 10:25:14"
+end