search for: const_path

Displaying 1 result from an estimated 1 matches for "const_path".

Did you mean: const_patch
2007 May 09
3
engines causing problems with mocks
...lections_controller_spec.rb:7 137 # if we managed to load a file, return true. If not, default to the original method. 138 # Note that this relies on the RHS of a boolean || not to be evaluated if the LHS is true. 139 file_loaded || require_or_load_without_engine_additions (file_name, const_path) 140 end 141 end This looks like its coming from engines - but it could just be that engines has assumed responsibility for loading dependencies and that the error is really from rspec. Any ideas? I''m very keen to work on a project to create some rspec tasks that cater for peopl...