Unverified Commit 278298e2 authored by Benjamin Neff's avatar Benjamin Neff
Browse files

Merge branch 'release/0.7.0.0' into next-minor

parents 951a258a 4ef0c19c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,8 +69,8 @@ module UserCukeHelpers

  def fill_in_new_user_form
    @username = "ohai"
    fill_in('user_username', with: @username)
    fill_in('user_email', with: "#{@username}@example.com")
    fill_in('user_username', with: @username)
    fill_in('user_password', with: 'secret')
    fill_in('user_password_confirmation', with: 'secret')