Ensure report details are not blank.
This commit is contained in:
parent
d7612f42d0
commit
c00c515d9d
4 changed files with 17 additions and 4 deletions
7
test/factories/reports.rb
Normal file
7
test/factories/reports.rb
Normal file
|
@ -0,0 +1,7 @@
|
|||
FactoryGirl.define do
|
||||
factory :report do
|
||||
sequence(:details) { |n| "Report details #{n}" }
|
||||
issue
|
||||
user
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue