add lb option

This commit is contained in:
Josh
2018-05-11 15:57:31 -04:00
parent b452932767
commit 0f8a4734b2
13 changed files with 183 additions and 41 deletions

View File

@ -9,11 +9,6 @@ class SessionsControllerTest < ActionDispatch::IntegrationTest
@steve.room = @kitchen
end
test 'can get login page.' do
get login_path
assert_response :success
end
test 'can signin with greenlight account.' do
post create_session_path, params: {session: {email: @steve.email, password: "steve12345"}}