diff options
author | Ciro Santilli <ciro.santilli@gmail.com> | 2014-07-17 23:22:40 +0200 |
---|---|---|
committer | Ciro Santilli <ciro.santilli@gmail.com> | 2014-07-17 23:22:40 +0200 |
commit | e1d307bf4b88afa59d851918c29ffbb61b01e8c5 (patch) | |
tree | 563be912ec72d7af1b37f136492b1da59406e103 /features/steps/shared/user.rb | |
parent | 1591467655b6045108f88e8ac2d8b6a069ef4bb1 (diff) | |
download | gitlab-ce-e1d307bf4b88afa59d851918c29ffbb61b01e8c5.tar.gz |
Move destroy user feature to spec.
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 = {}) |