diff options
| author | mo khan <mo@mokhan.ca> | 2021-05-05 21:49:49 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-05-05 21:49:49 -0600 |
| commit | 3f0dc37e3645aafafd8333cef15164b7ab1de9e0 (patch) | |
| tree | 9f076a2edf6687ee34eb2bad0f08ec48a69093b9 /test/controllers | |
| parent | eff8b634d17dba31bd6e86c1921420d1e0d0ab23 (diff) | |
feat: create sparkles controller
Diffstat (limited to 'test/controllers')
| -rw-r--r-- | test/controllers/users_controller_test.rb | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/test/controllers/users_controller_test.rb b/test/controllers/users_controller_test.rb index cc871bc..c013af6 100644 --- a/test/controllers/users_controller_test.rb +++ b/test/controllers/users_controller_test.rb @@ -5,22 +5,6 @@ class UsersControllerTest < ActionDispatch::IntegrationTest @user = users(:billie) end - test "should get index" do - get users_url - assert_response :success - end - - test "should get new" do - get new_user_url - assert_response :success - end - - test "should create user" do - post users_url, params: { user: { handle: 'wycats' } } - - assert_redirected_to user_url(User.last) - end - test "should show user" do get user_url(@user) assert_response :success |
