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 152077 - RSpec Test Useability Issues
Summary: RSpec Test Useability Issues
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Testing (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P4 blocker (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-01 08:49 UTC by callagga
Modified: 2011-01-28 20:12 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 callagga 2008-11-01 08:49:42 UTC
A number of small usability issues re use of Rspec Test:

1. In the Ruby Test Results window: after you run a test, one can not start a new test via the start button (i.e. has
two arrows pointing to the right) as the button is greyed out.  You have to go back and right click on the Project and
go "RSpec Test"

2. When you do retest via running "Rspec Test" again you lose the 
(a)position of the split in the Ruby Test Results windows (i.e. as there are two sections side by side, with an
adjustable splitter between them)
(b)setting of the Filter (i.e. show all results or only failed results), i.e. it defaults back to all
Comment 1 Erno Mononen 2008-11-03 12:47:59 UTC
1) seems like a duplicate of issue 144230 (the Rspec Test action actually invokes the rake spec task)

I'll address that and the rest of the issues you found in the next release (possibly in a patch for 6.5), thanks for 
reporting!