rails--rails/activerecord/test/models/raises_no_method_error.rb

6 lines
104 B
Ruby

# frozen_string_literal: true
class RaisesNoMethodError
Object.new.calling_a_non_existing_method
end