Skip to content

Commit

Permalink
Fix test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusmelke committed Dec 5, 2017
1 parent 48a7fd3 commit 86fc858
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class AcceptanceSpecSuiteTest
// If you want to run only a single feature, put the name of the feature file in `FEATURE_TO_RUN` (including .feature)
// If you want to run only a single scenario, put (part of) its name in the `SCENARIO_NAME_REQUIRED` constant
// Do not forget to clear these strings to empty strings before you commit!!
public static final String FEATURE_TO_RUN = "DeleteAcceptance.feature";
public static final String FEATURE_TO_RUN = "";
public static final String SCENARIO_NAME_REQUIRED = "";

private AcceptanceSpecSuiteTest()
Expand Down

0 comments on commit 86fc858

Please sign in to comment.