From 3b955042ed0c205b139d14e3a1ea40079f626c92 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Sun, 6 Nov 2011 13:42:10 -0800 Subject: [PATCH] Remove the timeline scenarios, not sure if I even want to do this --- features/profile.feature | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/features/profile.feature b/features/profile.feature index 6a17a39..d66eebf 100644 --- a/features/profile.feature +++ b/features/profile.feature @@ -19,14 +19,4 @@ Feature: Build a user profile When I visit the user's profile Then I should see 1 repositories - Scenario: View a profile with an empty timeline - Given a user with 0 timeline events - When I visit the user's profile - Then I should see 0 timeline events - - Scenario: View a profile with a populated timeline - Given a user with 1 timeline events - When I visit the user's profile - Then I should see 1 timeline events - # vim: ft=cucumber sw=2 ts=2 et