Sha256: a2a5bf582cf060f30f14cb5179ddcfc46af78d3694cb22b169f23de814f96e41

Contents?: true

Size: 187 Bytes

Versions: 13

Compression:

Stored size: 187 Bytes

Contents

module AuthenticationHelpers
  def sign_in(user)
    visit "/users/sign_in"
    fill_in "Email", with: user.email
    fill_in "Password", with: "secrets!"
    click_on "Log in"
  end
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
think_feel_do_dashboard-1.2.0.beta1 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.21 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.20 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.19 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.18 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.17 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.16 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.15 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.14 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.13 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.12 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.11 spec/support/authentication_helpers.rb
think_feel_do_dashboard-1.1.10 spec/support/authentication_helpers.rb