feature/share-libs
rb 8 lines 129 Bytes
Raw
1 require 'test_helper'
2
3 class UsersLoginTest < ActionDispatch::IntegrationTest
4 def setup
5 @user = users(:michael)
6 end
7
8 end