Sha256: e63b6c67915de58a773fe3796c1e5ed5cf3b308ba9f6fde731d51ae864d023a8
Contents?: true
Size: 375 Bytes
Versions: 104
Compression:
Stored size: 375 Bytes
Contents
require 'test_helper' module UserMgmt class SessionsControllerTest < ActionController::TestCase test "should get new" do get :new assert_response :success end test "should get create" do get :create assert_response :success end test "should get destroy" do get :destroy assert_response :success end end end
Version data entries
104 entries across 104 versions & 1 rubygems