Commit 1ed1215744ae413e534febfae7017fd3ccca959d

Authored by Rafael Manzo
Committed by Heitor
1 parent 69b7ebd2

Remove fixed wips for MetConf[...] acceptance

Those were probably fixed by 206c0ccc54cec5033242ef7d15e8d24b4702a2f1.
Signed off by: Heitor Reis <marcheing@gmail.com>
features/metric_configuration/create.feature
... ... @@ -9,7 +9,7 @@ Feature: Metric Configuration Creation
9 9 And I am at the Sample Configuration page
10 10 Then I should not see "New Metric Configuration"
11 11  
12   - @kalibro_configuration_restart @javascript @wip
  12 + @kalibro_configuration_restart @javascript
13 13 Scenario: metric configuration creation
14 14 Given I am a regular user
15 15 And I am signed in
... ... @@ -26,7 +26,7 @@ Feature: Metric Configuration Creation
26 26 Then I should see "Total Lines of Code"
27 27 Then I should see "2"
28 28  
29   - @kalibro_configuration_restart @javascript @wip
  29 + @kalibro_configuration_restart @javascript
30 30 Scenario: ruby metric configuration creation
31 31 Given I am a regular user
32 32 And I am signed in
... ... @@ -43,7 +43,7 @@ Feature: Metric Configuration Creation
43 43 Then I should see "Pain"
44 44 Then I should see "2"
45 45  
46   - @kalibro_configuration_restart @javascript @wip
  46 + @kalibro_configuration_restart @javascript
47 47 Scenario: metric configuration creation
48 48 Given I am a regular user
49 49 And I am signed in
... ... @@ -56,7 +56,7 @@ Feature: Metric Configuration Creation
56 56 When I click the Back link
57 57 Then I should be at the choose metric page
58 58  
59   - @kalibro_configuration_restart @javascript @wip
  59 + @kalibro_configuration_restart @javascript
60 60 Scenario: compound metric configuration creation with same code
61 61 Given I am a regular user
62 62 And I am signed in
... ... @@ -73,7 +73,7 @@ Feature: Metric Configuration Creation
73 73 When I press the Save button
74 74 Then I should see "Code must be unique within a kalibro configuration"
75 75  
76   - @kalibro_configuration_restart @javascript @wip
  76 + @kalibro_configuration_restart @javascript
77 77 Scenario: metric configuration creation with count aggregation form
78 78 Given I am a regular user
79 79 And I am signed in
... ...
features/metric_configuration/edition.feature
... ... @@ -13,7 +13,7 @@ Feature: Metric Configuration edition
13 13 When I am at the Sample Configuration page
14 14 Then I should not see Edit within table
15 15  
16   - @kalibro_configuration_restart @wip
  16 + @kalibro_configuration_restart
17 17 Scenario: editing a metric configuration successfully
18 18 Given I am a regular user
19 19 And I am signed in
... ...
features/metric_configuration/listing.feature
... ... @@ -3,7 +3,7 @@ Feature: Configuration listing
3 3 As a regular user
4 4 I should see the metric configurations of a given configuration
5 5  
6   - @kalibro_configuration_restart @wip
  6 + @kalibro_configuration_restart
7 7 Scenario: When there are no metric configurations
8 8 Given I have a sample configuration
9 9 When I am at the Sample Configuration page
... ... @@ -12,7 +12,7 @@ Feature: Configuration listing
12 12 And I should see "Weight"
13 13 And I should see "There are no Metric Configurations yet!"
14 14  
15   - @kalibro_configuration_restart @wip
  15 + @kalibro_configuration_restart
16 16 Scenario: When there are metric configurations
17 17 Given I have a sample configuration
18 18 And I have a sample reading group
... ... @@ -20,7 +20,7 @@ Feature: Configuration listing
20 20 When I am at the Sample Configuration page
21 21 Then I should see the sample metric configuration content
22 22  
23   - @kalibro_configuration_restart @wip
  23 + @kalibro_configuration_restart
24 24 Scenario: I should see the add metric link when I am the owner of the given configuration
25 25 Given I am a regular user
26 26 And I am signed in
... ...
features/metric_configuration/show.feature
... ... @@ -3,7 +3,7 @@ Feature: Show Metric Configuration
3 3 As a regular user
4 4 I should be able to see each of them
5 5  
6   - @kalibro_configuration_restart @wip
  6 + @kalibro_configuration_restart
7 7 Scenario: Checking metric configuration show link
8 8 Given I have a sample configuration
9 9 And I have a sample reading group
... ...