diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-23 18:03:33 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-23 18:03:33 +0300 |
commit | 001096cab8fb8462f8bc3f4bf7073ccca6de7ad3 (patch) | |
tree | 9731899a08b4db1149f3ad3b2ab4920482bddaba /features/steps/project/public.rb | |
parent | f0bfeb6e33f8d3620b7d5d6da8439fbdf954d6cb (diff) | |
download | gitlab-ce-001096cab8fb8462f8bc3f4bf7073ccca6de7ad3.tar.gz |
Remove duplicate test
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/project/public.rb')
-rw-r--r-- | features/steps/project/public.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/features/steps/project/public.rb b/features/steps/project/public.rb deleted file mode 100644 index 7063e7d56ae..00000000000 --- a/features/steps/project/public.rb +++ /dev/null @@ -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 |