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