tcorral / Hydra.js

Create a scalable, maintainable and module oriented system using Hydra.js
http://tcorral.github.com/Hydra.js
MIT License
102 stars 12 forks source link

Extend modules bug #5

Closed tcorral closed 12 years ago

tcorral commented 12 years ago

As a developer: I want to be able to extend modules and use lazy pattern in methods. Expected: When a extended module is being tested any execution of methods, with lazy pattern, must be a fresh execution. Current: When a extended module is being tested any execution of methods, with lazy pattern, after the first execution returns the overwritten method.

tcorral commented 12 years ago

Done