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,
|
||||
city: @orga.city,
|
||||
region_id: @orga.region.id,
|
||||
description: @orga.description,
|
||||
url: @orga.url,
|
||||
feed: @orga.feed,
|
||||
contact: @orga.contact,
|
||||
|
@ -15,6 +15,7 @@ class OrgaTest < ActiveSupport::TestCase
|
||||
name: 'Tested organisation',
|
||||
url: 'http://example.com',
|
||||
region: Region.first,
|
||||
description: 'helo world',
|
||||
contact: 'contact@example.com',
|
||||
submitter: 'contact@example.com',
|
||||
tag_list: 'hello world'
|
||||
|
Loading…
Reference in New Issue
Block a user