Merge pull request #108 from houdiniproject/federated_p2p_campaigns

Fix a few specs
This commit is contained in:
Eric Schultz 2018-11-21 14:34:39 -06:00 committed by GitHub
commit e877181af7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,