tap/test/controllers/sessions_controller_test.rb
2014-11-06 18:30:53 +01:00

10 lines
161 B
Ruby

require 'test_helper'
class SessionsControllerTest < ActionController::TestCase
test "should get new" do
get :new
assert_response :success
end
end