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 192275 - Right clicking on project and selecting Test does not run Rails Test
Summary: Right clicking on project and selecting Test does not run Rails Test
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-22 13:41 UTC by RobNichols
Modified: 2010-11-22 13:44 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 RobNichols 2010-11-22 13:41:36 UTC
Product Version = NetBeans IDE 7.0 Beta (Build 201011152355)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_19
Runtime = Java HotSpot(TM) 64-Bit Server VM 16.2-b04

In Rails projects, it should be possible to run all the tests, by right clicking on the project icon and selecting test. This is not working for me.

However, running the rake task 'test' via the right click 'Run/Debug rake tasks' does run the tests