Remove tests for removed beta code

This commit is contained in:
Steffen van Bergerem 2014-10-06 01:09:55 +02:00
parent 823316d7f7
commit 2b72fd0f35
3 changed files with 0 additions and 14 deletions

View file

@ -43,10 +43,3 @@ Feature: editing your profile
And I confirm the alert
And I attach the file "spec/fixtures/button.png" to hidden "file" within "#file-upload"
Then I should see a "img" within "#profile_photo_upload"
When I go to my new profile page
# #commented out until we bring back the profile info on new profile
# Then I should see "Gender: Fearless"
And I should see "Boba Fett"
# And I should see "Bio: This is a bio"
# And I should see "Birthday: 1986-11-30"

View file

@ -44,6 +44,3 @@ Feature: editing the profile in the mobile view
And I confirm the alert
And I attach the file "spec/fixtures/button.png" to hidden "file" within "#file-upload"
Then I should see a "img" within "#profile_photo_upload"
When I go to my new profile page
And I should see "Boba Fett"

View file

@ -36,10 +36,6 @@ module NavigationHelpers
person_photos_path p
when /^my account settings page$/
edit_user_path
when /^my new profile page$/
person_path(@me.person, :ex => true)
when /^the new stream$/
stream_path(:ex => true)
when /^forgot password page$/
new_user_password_path
when /^"(\/.*)"/