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