spec/support/models/person.rb in sinclair-1.1.1 vs spec/support/models/person.rb in sinclair-1.1.2

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + class Person attr_reader :first_name, :last_name def initialize(first_name, last_name) @first_name = first_name