Remove the timeline scenarios, not sure if I even want to do this

This commit is contained in:
R. Tyler Croy 2011-11-06 13:42:10 -08:00
parent 0d050776a0
commit 3b955042ed
1 changed files with 0 additions and 10 deletions

View File

@ -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