Quick correction to a bug with orga description

This commit is contained in:
echarp 2017-07-01 17:17:26 +02:00
parent 03f172bd3a
commit 621fcdbb2c
2 changed files with 2 additions and 0 deletions

View File

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

View File

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