spec/support/models/my_configurable.rb in sinclair-1.3.3 vs spec/support/models/my_configurable.rb in sinclair-1.3.4

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -class MyConfigurable +module MyConfigurable extend Sinclair::Configurable # port is defaulted to 80 configurable_with :host, port: 80 end