spec/unit/spec_helper.rb in blueprints-0.8.0 vs spec/unit/spec_helper.rb in blueprints-0.8.1
- old
+ new
@@ -20,7 +20,8 @@
@mock = Mocha::Mockery.instance.unnamed_mock
end
config.after do
Blueprints::Namespace.root.children.clear
+ Blueprints::Namespace.root.executed_blueprints.clear
end
end