From 25b89ce8a9c29b09ec4d5d71065da530a4640886 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 5 Apr 2025 17:18:18 +0200 Subject: [PATCH] Trailing CR --- test/controllers/my/pins_controller_test.rb | 1 - 1 file changed, 1 deletion(-) 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 -