initial commit
This commit is contained in:
10
test/controllers/sessions_controller_test.rb
Normal file
10
test/controllers/sessions_controller_test.rb
Normal file
@@ -0,0 +1,10 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
require 'test_helper'
|
||||
|
||||
class SessionsControllerTest < ActionDispatch::IntegrationTest
|
||||
test 'should get new' do
|
||||
get sessions_new_url
|
||||
assert_response :success
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user