0
I Use This!
Inactive

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 14 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Renamed ScopeStrategy to DoubleDefinitionStrategy. More... over 13 years ago
Modified note. More... over 13 years ago
Note and todos. More... over 13 years ago
Fixed NewInstanceOf.call. More... over 13 years ago
Merge branch 'master' into simple_instance_of More... over 13 years ago
Merge from master. More... over 13 years ago
Allow subject_class to be passed into MethodMissingInjection and SingletonMethodMissingInjection. More... over 13 years ago
Extracted ::RR::DoubleDefinitions::Strategies::StrategyMethods to dry up the aliases for the stragegy methods. More... over 13 years ago
Merge branch 'master' into simple_instance_of More... over 13 years ago
Allow subject_class to be passed into DoubleInjection.new. More... over 13 years ago
Extracted DoubleInjection#dispatch_original_method. Renamed DoubleInjection#bypass_bound_method to #dispatch_method_delegates_to_dispatch_original_method. More... over 13 years ago
DoubleInjection.instances key off of subject instead of subject class. Passing in subject into the DoubleInjection instead of the subject's eigenclass. More... over 13 years ago
Removed todo and formatting. More... over 13 years ago
Removed Strategy.register. More... over 13 years ago
Removed DoubleDefinitionCreate strategy verification methods. More... over 13 years ago
Inlined DoubleDefinition.register_strategy_class. More... over 13 years ago
Inlined RRMethods.register_strategy_class. More... over 13 years ago
Inlined DoubleDefinitionCreate.register_verification_strategy_class, .register_implementation_strategy_class, and .register_scope_strategy_class. More... over 13 years ago
Added todo. More... over 13 years ago
Used extend(Module.new do; end) instead of class << self; end More... over 13 years ago
Merge branch 'master' into simple_instance_of More... over 13 years ago
Using extend Module.new instead of class << self, to allow module inheritence, should it ever be needed. More... over 13 years ago
Fixed the issue of setting the key while iterating during reset. More... almost 14 years ago
Added respond_to_missing? to white-list (as it's now part of ruby 1.9.1) More... almost 14 years ago
Extracted a variable. More... almost 14 years ago
new_instance_of handles method chaining for the stub definition. More... almost 14 years ago
Typo and whitespace fixes More... almost 14 years ago
Added RR::DoubleDefinitions::Scopes::Instance. More... almost 14 years ago
Fixed creating the DoubleDefinitionCreate. NewInstanceOf.call returns a DoubleDefinitionCreateBlankSlate. Specs still failing. More... almost 14 years ago
Merge branch 'master' into simple_instance_of More... almost 14 years ago