Ticket #371 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Unable to run rake tasks unless rspec is installed in system Gems

Reported by: phurl..@gmail.com Assigned to:
Priority: medium Milestone: 0.5.0
Component: Merb Keywords:
Cc:

Description

Even if I install rspec into the gems subdirectory, it still does not allow me to run rake tasks. I made a pretty clumsy patch to address this by adding the gems path in the Rakefile. It would probably be better to have the gem path modification code in one place and just require it. But I did the least amount of work to solve the problem, as I am unfamiliar with the code base.

Attachments

merb.patch.1 (0.5 kB) - added by phurl..@gmail.com on 12/17/07 10:39:17.
Simple patch against Rakefile for gem path

Change History

12/17/07 10:39:17 changed by phurl..@gmail.com

  • attachment merb.patch.1 added.

Simple patch against Rakefile for gem path

01/02/08 22:46:30 changed by wyca..@gmail.com

  • status changed from new to closed.
  • resolution set to fixed.

(In [1149]) Closes #371; can run rake tasks without rspec installed system-wide