mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 07:06:17 +10:00
Remove duplicate test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
Feature: Public Projects
|
||||
Background:
|
||||
Given I sign in as a user
|
||||
|
||||
Scenario: I should see the list of public projects
|
||||
When I visit the public projects area
|
||||
Then I should see the list of public projects
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
class PublicProjects < Spinach::FeatureSteps
|
||||
include SharedAuthentication
|
||||
include SharedProject
|
||||
include SharedPaths
|
||||
|
||||
Then 'I should see the list of public projects' do
|
||||
page.should have_content "Public Projects"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user