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 194257 - Rails 3 Test Results - no tests executed displayed even when tests were run
Summary: Rails 3 Test Results - no tests executed displayed even when tests were run
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal with 1 vote (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-12 11:58 UTC by kitkatlighter
Modified: 2011-11-16 16:34 UTC (History)
1 user (show)

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 kitkatlighter 2011-01-12 11:58:49 UTC
Right click on Rails 3 project and choose the "test" option
Or alt+F6 on a Rails 3 project

Tests will run and results are shown in the right hand side of the split test results pane but left hand side shows "No tests executed.(0.0s)"

It should behave the same way as rails 2.x test behaviour (which works fine) and show green or red colour coding and a list of the tests run on the left hand side of the split pane.

Like I say the functionality behaves fine for a Rails 2.x project.