Source: show | on GitHub
# File activemodel/test/cases/observing_test.rb, line 21 def around_save(record) yield :in_around_save end
# File activemodel/test/cases/observing_test.rb, line 17 def on_spec(record) stub.event_with(record) if stub end