spec/spec_helper.rb in cany-0.3.0 vs spec/spec_helper.rb in cany-0.4.0
- old
+ new
@@ -23,9 +23,10 @@
class TestRecipe < Cany::Recipe
register_as :test_recipe
hook :test_hook
option :test_conf
+ option :text_conf_with_default, hans: :otto
end
Cany.logger.level = Logger::FATAL