test/support/proxy.rb in ns-options-1.0.0.rc1 vs test/support/proxy.rb in ns-options-1.0.0.rc2
- old
+ new
@@ -4,9 +4,13 @@
include NsOptions::Proxy
class SomeThing
include NsOptions::Proxy
+ def initialize(opts=nil)
+ super(opts)
+ end
+
opt :value1
opt :value2
ns :more do
opt :other1