dependor
dependor copied to clipboard
Simple Dependency Injection/Service Locator framework for Rails-like applications.
Results
4
dependor issues
Sort by
recently updated
recently updated
newest added
rspec 3.0.0.rc1 removed the `color_enabled` configuration option in favor of the newer `color` option.
Hi, Could you convert the spec to RSpec3? An easy start is replace replace the `color_enabled=` method by `color=` There are also some deprecation warnings, which could be dealt with...
Adds the possibility to include classes in object graph.