Commit 9b8c21edc2f7f51a22adc992b2242b13f337aeec

Authored by Rafael Manzo
1 parent fe46977e

Project has no description

app/views/repositories/show.html.erb
@@ -3,11 +3,6 @@ @@ -3,11 +3,6 @@
3 </div> 3 </div>
4 4
5 <p> 5 <p>
6 - <strong>Description:</strong>  
7 - <%= @repository.description %>  
8 -</p>  
9 -  
10 -<p>  
11 <strong>Address:</strong> 6 <strong>Address:</strong>
12 <%= @repository.address %> 7 <%= @repository.address %>
13 </p> 8 </p>
features/repository/show.feature
@@ -14,7 +14,6 @@ Feature: Show Repository @@ -14,7 +14,6 @@ Feature: Show Repository
14 And I wait up for a ready processing 14 And I wait up for a ready processing
15 When I visit the repository show page 15 When I visit the repository show page
16 Then I should see the sample repository name 16 Then I should see the sample repository name
17 - And I should see "Description"  
18 And I should see "Address" 17 And I should see "Address"
19 And I should see "Configuration" 18 And I should see "Configuration"
20 And I should see "State" 19 And I should see "State"
@@ -33,7 +32,6 @@ Feature: Show Repository @@ -33,7 +32,6 @@ Feature: Show Repository
33 And I start to process that repository 32 And I start to process that repository
34 When I visit the repository show page 33 When I visit the repository show page
35 Then I should see the sample repository name 34 Then I should see the sample repository name
36 - And I should see "Description"  
37 And I should see "Address" 35 And I should see "Address"
38 And I should see "Configuration" 36 And I should see "Configuration"
39 And I should see "State" 37 And I should see "State"