Skip to content

Commit 98a7790

Browse files
Added comment explaining addition of partner_form_fields
1 parent 29095f9 commit 98a7790

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/requests/partners_requests_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
RSpec.describe "Partners", type: :request do
2+
# Specify partner_form_fields for the sake of brevity in the csv output of GET #index.
23
let(:organization) { create(:organization, partner_form_fields: ["media_information"]) }
34
let(:user) { create(:user, organization: organization) }
45

0 commit comments

Comments
 (0)