We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51bb44b commit d91ca77Copy full SHA for d91ca77
activerecord/test/cases/associations/has_many_associations_test.rb
@@ -242,11 +242,7 @@ def test_create_from_association_with_nil_values_should_work
242
end
243
244
def test_do_not_call_callbacks_for_delete_all
245
-<<<<<<< 13c8ec5a554b33083dee3af652b89b4727b90b6a
246
car = Car.create(name: "honda")
247
-=======
248
- car = Car.create(name: 'honda')
249
->>>>>>> We should assert for current car's funky bulb count, not overall bulb count
250
car.funky_bulbs.create!
251
assert_equal 1, car.funky_bulbs.count
252
assert_nothing_raised { car.reload.funky_bulbs.delete_all }
0 commit comments