From 74253f01348770001969e0463b10ed438b445559 Mon Sep 17 00:00:00 2001 From: blackst0ne Date: Sun, 28 May 2017 19:29:52 +1100 Subject: Replace 'starred_projects.feature' spinach test with an rspec analog --- features/dashboard/starred_projects.feature | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 features/dashboard/starred_projects.feature (limited to 'features') diff --git a/features/dashboard/starred_projects.feature b/features/dashboard/starred_projects.feature deleted file mode 100644 index 9dfd2fbab9c..00000000000 --- a/features/dashboard/starred_projects.feature +++ /dev/null @@ -1,12 +0,0 @@ -@dashboard -Feature: Dashboard Starred Projects - Background: - Given I sign in as a user - And public project "Community" - And I starred project "Community" - And I own project "Shop" - And I visit dashboard starred projects page - - Scenario: I should see projects list - Then I should see project "Community" - And I should not see project "Shop" -- cgit v1.2.3