Commit b3b5e2fb97be7c360bd793905d82c08ff16d70f1

Authored by Diego Camarinha
1 parent 72b729b4

Fix project acceptance test.

We have to create a kalibro configuration before using the step
'I have a sample repository'.
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
features/project/show.feature
... ... @@ -24,12 +24,13 @@ Scenario: Should show the create repository link the project owner
24 24 When I am at the Sample Project page
25 25 Then I should see "New Repository"
26 26  
27   -@kalibro_processor_restart
  27 +@kalibro_processor_restart @kalibro_configuration_restart
28 28 Scenario: Should not show the independent repositories for a project
29 29 Given I am a regular user
30 30 And I am signed in
31 31 And I own a sample project
32 32 And I have sample project_attributes
  33 + And I have a sample configuration
33 34 And I have a sample repository
34 35 When I am at the Sample Project page
35 36 Then I should see "There are no Repositories yet!"
... ...