diff --git a/test/controllers/my/pins_controller_test.rb b/test/controllers/my/pins_controller_test.rb index cb6b9f9c0..0ea9e7435 100644 --- a/test/controllers/my/pins_controller_test.rb +++ b/test/controllers/my/pins_controller_test.rb @@ -12,4 +12,3 @@ class My::PinsControllerTest < ActionDispatch::IntegrationTest assert_select "div", text: /#{users(:kevin).pins.first.bubble.title}/ end end -