HotCocoa / hotcocoa

MacRuby HotCocoa UI library
120 stars 8 forks source link

bugfix: appspec defaults should be immutable #31

Closed benilovj closed 13 years ago

benilovj commented 13 years ago

Currently, the default attributes of the appspec aren't mutable (i.e. if you append to an array in one spec, then the same element shows up in the defaults of the next spec you instantiate). This is really problematic when writing unit tests.