This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 182841 - [69cat][ruby][test] When generating a test class via the wizard, the IDE should be Rails Version aware and use the proper superclass
Summary: [69cat][ruby][test] When generating a test class via the wizard, the IDE shou...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-26 05:56 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-03-26 05:56:06 UTC
Product Version = NetBeans IDE Dev (Build 201003230200)
Operating System = Linux version 2.6.32-17-generic running on i386
Java; VM; Vendor = 1.6.0_18
Runtime = Java HotSpot(TM) Client VM 16.0-b13

Due to the inclusion of ActiveSupport::TestCase in recent versions of rails and the problems that arise when ActiveSupport::TestCase is used on systems which also have Test::Unit installed as a gem, the IDE needs to use ActiveSupport::TestCase when it exists and Test::Unit when it does not exist in the project.