Quick correction to a bug with orga description
This commit is contained in:
parent
03f172bd3a
commit
621fcdbb2c
@ -27,6 +27,7 @@ class OrgasControllerTest < ActionController::TestCase
|
|||||||
name: @orga.name,
|
name: @orga.name,
|
||||||
city: @orga.city,
|
city: @orga.city,
|
||||||
region_id: @orga.region.id,
|
region_id: @orga.region.id,
|
||||||
|
description: @orga.description,
|
||||||
url: @orga.url,
|
url: @orga.url,
|
||||||
feed: @orga.feed,
|
feed: @orga.feed,
|
||||||
contact: @orga.contact,
|
contact: @orga.contact,
|
||||||
|
@ -15,6 +15,7 @@ class OrgaTest < ActiveSupport::TestCase
|
|||||||
name: 'Tested organisation',
|
name: 'Tested organisation',
|
||||||
url: 'http://example.com',
|
url: 'http://example.com',
|
||||||
region: Region.first,
|
region: Region.first,
|
||||||
|
description: 'helo world',
|
||||||
contact: 'contact@example.com',
|
contact: 'contact@example.com',
|
||||||
submitter: 'contact@example.com',
|
submitter: 'contact@example.com',
|
||||||
tag_list: 'hello world'
|
tag_list: 'hello world'
|
||||||
|
Loading…
Reference in New Issue
Block a user