Remove duplicate test

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-07-23 18:03:33 +03:00
parent f0bfeb6e33
commit 001096cab8
No known key found for this signature in database
GPG key ID: 627C5F589F467F17
2 changed files with 0 additions and 17 deletions

View file

@ -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

View file

@ -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