From 9b8c21edc2f7f51a22adc992b2242b13f337aeec Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Sun, 27 Oct 2013 15:55:26 -0200 Subject: [PATCH] Project has no description --- app/views/repositories/show.html.erb | 5 ----- features/repository/show.feature | 2 -- 2 files changed, 0 insertions(+), 7 deletions(-) diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 33a534a..80a2da1 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -3,11 +3,6 @@

- Description: - <%= @repository.description %> -

- -

Address: <%= @repository.address %>

diff --git a/features/repository/show.feature b/features/repository/show.feature index c398c67..90d8752 100644 --- a/features/repository/show.feature +++ b/features/repository/show.feature @@ -14,7 +14,6 @@ Feature: Show Repository And I wait up for a ready processing When I visit the repository show page Then I should see the sample repository name - And I should see "Description" And I should see "Address" And I should see "Configuration" And I should see "State" @@ -33,7 +32,6 @@ Feature: Show Repository And I start to process that repository When I visit the repository show page Then I should see the sample repository name - And I should see "Description" And I should see "Address" And I should see "Configuration" And I should see "State" -- libgit2 0.21.2