Replace "editing" param with creating? state

This commit is contained in:
Kevin McConnell
2025-02-06 14:50:28 +00:00
parent b347d77f4d
commit 321384b573
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ class BubblesControllerTest < ActionDispatch::IntegrationTest
assert_difference "Bubble.count", 1 do
post bucket_bubbles_url(buckets(:writebook))
end
assert_redirected_to bucket_bubble_url(buckets(:writebook), Bubble.last, editing: true)
assert_redirected_to bucket_bubble_url(buckets(:writebook), Bubble.last)
end
test "show" do