Show More
Commit Description:
add show testcase feature
Commit Description:
add show testcase feature
File last commit:
Show/Diff file:
Action:
test/integration/login_test.rb | 13 lines | 223 B | text/x-ruby | RubyLexer |
require 'test_helper'
class LoginTest < ActionDispatch::IntegrationTest
# test "the truth" do
# assert true
# end
test "login with valid information" do
get root_path
assert_response :success
end
end