spec/test_app.rb in sickle-0.1.0 vs spec/test_app.rb in sickle-0.1.1
- old
+ new
@@ -61,9 +61,14 @@
def conflict
p ["app:conflict"]
end
+ option :null, :default => nil
+ def test_option
+ p ["test_option", options[:null]]
+ end
+
include_modules :sub => Sub,
:other => Other
include NoSub