Fix a few specs
This commit is contained in:
parent
e93149d117
commit
3a4a960fe8
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,8 @@ describe InsertDuplicate do
|
|||
let(:common_result_attributes) {
|
||||
{
|
||||
nonprofit_id: nonprofit.id,
|
||||
parent_campaign_id: nil,
|
||||
reason_for_supporting: nil,
|
||||
profile_id: profile.id,
|
||||
:background_image => nil,
|
||||
:body => nil,
|
||||
|
@ -71,6 +73,8 @@ describe InsertDuplicate do
|
|||
:video_url => nil,
|
||||
:vimeo_video_id => nil,
|
||||
:youtube_video_id => nil,
|
||||
banner_image: nil,
|
||||
default_reason_for_supporting: nil,
|
||||
name: copy_name,
|
||||
|
||||
slug: copy_slug,
|
||||
|
|
Loading…
Reference in a new issue