diff options
Diffstat (limited to 'features/steps/shared/user.rb')
-rw-r--r-- | features/steps/shared/user.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/features/steps/shared/user.rb b/features/steps/shared/user.rb index f52551c9dc7..209d77c7acf 100644 --- a/features/steps/shared/user.rb +++ b/features/steps/shared/user.rb @@ -9,11 +9,6 @@ module SharedUser user_exists("Mary Jane", {username: "mary_jane"}) end - step "I delete my account" do - visit profile_account_path - click_link "Delete account" - end - protected def user_exists(name, options = {}) |