diff --git a/test/controllers/orgas_controller_test.rb b/test/controllers/orgas_controller_test.rb index 9c73abf6..1872fa10 100644 --- a/test/controllers/orgas_controller_test.rb +++ b/test/controllers/orgas_controller_test.rb @@ -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, diff --git a/test/models/orga_test.rb b/test/models/orga_test.rb index 2e1e0d9a..525a0f06 100644 --- a/test/models/orga_test.rb +++ b/test/models/orga_test.rb @@ -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'