From ef04f3879ac3bd7ec6dddd6cb843c8cdb79a1175 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Wed, 7 Aug 2019 01:08:07 -0500 Subject: add option to automatically space out boosts over configurable random intervals --- spec/fabricators/queued_boost_fabricator.rb | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 spec/fabricators/queued_boost_fabricator.rb (limited to 'spec/fabricators/queued_boost_fabricator.rb') diff --git a/spec/fabricators/queued_boost_fabricator.rb b/spec/fabricators/queued_boost_fabricator.rb new file mode 100644 index 000000000..35c744028 --- /dev/null +++ b/spec/fabricators/queued_boost_fabricator.rb @@ -0,0 +1,4 @@ +Fabricator(:queued_boost) do + account nil + status nil +end -- cgit