From e764f65561a0281c695aa3a1428c423671149618 Mon Sep 17 00:00:00 2001 From: pazspm Date: Sun, 23 Nov 2014 12:01:28 -0200 Subject: [PATCH] Update Article.feature --- test/cucumber/Article.feature | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cucumber/Article.feature b/test/cucumber/Article.feature index 01606f0d..7ca1be69 100644 --- a/test/cucumber/Article.feature +++ b/test/cucumber/Article.feature @@ -8,6 +8,7 @@ Feature: journal article Given the system has no article entitled "A theory of software product line refinement" When I create the article "A theory of software product line refinement" with file name "TCS.pdf" Then the article "A theory of software product line refinement" is properly stored by the system + Scenario: new invalid article (number field blank) Given the system has no article entitled "Algebraic reasoning for object-oriented programming"