diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-23 16:48:08 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-23 16:48:08 -0500 |
commit | 3862f48c34a00691a12c6002abd88b088cf7c13e (patch) | |
tree | f1d5d2299de3d470816300221d3dba6ac8ecc30c /spec/fabricators | |
parent | 2a6ccce070277c8c278a2e8403f45394eec06f91 (diff) |
add self-destructing roars & `live`/`lifespan` bangtags
Diffstat (limited to 'spec/fabricators')
-rw-r--r-- | spec/fabricators/destructing_status_fabricator.rb | 4 |
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 |