Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.3.2
-
None
Description
Normally, I can do:
define 'some-project' do
artifact_ns do |ns|
ns.foo = '....'
end
end
however, when done outside of any project, this doesn't work.
the reason is that 'artifact_ns' calls the instance method which returns 'ROOT' if the name is empty without yielding to the block.