From c24d8eb8ccf062e998da42596293cd2662e1d6b8 Mon Sep 17 00:00:00 2001 From: Gabriela Navarro Date: Thu, 16 Oct 2014 11:57:16 -0300 Subject: [PATCH] Add demosntration url field for edit software --- test/functional/software_test_helper.rb | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/test/functional/software_test_helper.rb b/test/functional/software_test_helper.rb index 0378aef..5181f24 100644 --- a/test/functional/software_test_helper.rb +++ b/test/functional/software_test_helper.rb @@ -163,6 +163,7 @@ module SoftwareTestHelper fields_software['operating_platform'] = 'Linux' fields_software['objectives'] = 'This is the objective of the software' fields_software['features'] = 'This software does nothing' + fields_software['demonstration_url'] = 'www.test.com' hash_list << fields_software #Fields for software categories -- libgit2 0.21.2