test/docs/model_test.rb in trailblazer-macro-2.1.2 vs test/docs/model_test.rb in trailblazer-macro-2.1.3

- old
+ new

@@ -45,10 +45,10 @@ end #:update-with-find-by-key end #:update-with-not-found-end class UpdateFailureWithModelNotFound < Trailblazer::Operation - step Model( Song, :find_by, not_found_end: true ) + step Model( Song, :find_by, not_found_terminus: true ) # .. end #:update-with-not-found-end end it do