Show More
Commit Description:
force log out when password change
Commit Description:
force log out when password change
References:
File last commit:
Show/Diff file:
Action:
test/controllers/testcases_controller_test.rb | 7 lines | 135 B | text/x-ruby | RubyLexer |
add show testcase feature
r625 require 'test_helper'
class TestcasesControllerTest < ActionController::TestCase
setup do
@testcase = testcases(:one)
end
end