Ticket #385 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Problem with merb_helpers's spec_helper

Reported by: lancecarls..@gmail.com Assigned to: lancecarls..@gmail.com
Priority: major Milestone:
Component: Plugins Keywords:
Cc:

Description

When running rake spec, in merb_helpers I get the following error:

./specs/spec_helper.rb:11: uninitialized constant Merb::Test::MerbRspecControllerRedirect? (NameError?)

I did some digging this module and it is not defined in Merb or the merb_helpers plugin. What I found is that this exactly line is actually commented out in merb's spec_helper file. I think that this line should also be commented out inside this plugin. When I did that locally, specs ran fine (although I did receive some failing spec messages).

Attachments

spec_helper_patch.diff (459 bytes) - added by lancecarls..@gmail.com on 12/31/07 15:54:21.

Change History

12/31/07 15:54:21 changed by lancecarls..@gmail.com

  • attachment spec_helper_patch.diff added.

01/02/08 09:32:12 changed by wayneesegu..@gmail.com

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

(In [1146]) Applying Patch for ticket #383. Patch also fixes #385. Thanks to lancecarls..@gmail.com.