diff options
Diffstat (limited to 'spec/factories.rb')
-rw-r--r-- | spec/factories.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/factories.rb b/spec/factories.rb index 189fb02cb..66388af6e 100644 --- a/spec/factories.rb +++ b/spec/factories.rb @@ -145,4 +145,8 @@ FactoryGirl.define do track_query 'Example Query' end + factory :info_request_batch do + title "Example title" + user + end end |