Remove duplicate test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
f0bfeb6e33
commit
001096cab8
2 changed files with 0 additions and 17 deletions
|
@ -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
|
Loading…
Reference in a new issue