Commit 9b8c21edc2f7f51a22adc992b2242b13f337aeec

Authored by Rafael Manzo
1 parent fe46977e

Project has no description

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