Skip to content

Commit

Permalink
fixed_test
Browse files Browse the repository at this point in the history
  • Loading branch information
usernaimandrey committed Aug 14, 2022
1 parent 2aad09d commit c2f3eb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/controllers/posts/likes_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ class LikesControllerTest < ActionDispatch::IntegrationTest
setup do
@user = users(:vasy)
@post_without_likes = posts(:post_without_likes)
@attributes = {
user: @user,
post: @post_without_likes
}
sign_in @user
end

Expand Down

0 comments on commit c2f3eb2

Please sign in to comment.