Show More
Commit Description:
more login test...
Commit Description:
more login test add grader configuration to fixture add minitest reporter
File last commit:
Show/Diff file:
Action:
test/controllers/testcases_controller_test.rb | 7 lines | 135 B | text/x-ruby | RubyLexer |
require 'test_helper'
class TestcasesControllerTest < ActionController::TestCase
setup do
@testcase = testcases(:one)
end
end