spec/support/models/my_config.rb in sinclair-1.4.0 vs spec/support/models/my_config.rb in sinclair-1.4.1
- old
+ new
@@ -1,7 +1,7 @@
# frozen_string_literal: true
class MyConfig
extend Sinclair::ConfigClass
- attr_reader :name, :config
+ attr_reader :name, :email, :config
end