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 141636 - Typo in assertion error: must pass at least on task
Summary: Typo in assertion error: must pass at least on task
Status: RESOLVED DUPLICATE of bug 141628
Alias: None
Product: ruby
Classification: Unclassified
Component: Editing (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 02:06 UTC by Chris Kutler
Modified: 2008-07-25 02:45 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 Chris Kutler 2008-07-25 02:06:30 UTC
That should be "must pass at least one task"

Also, I probably should not get this error. Or maybe there could be a popup that tells me how to pass the task.

Steps to reproduce:

1. Open a Rakefile in the editor.
2. Right click in the file and choose Run File.
Comment 1 Chris Kutler 2008-07-25 02:13:43 UTC
Note that the Run File action on the pop-up menu for a Rakefile in a Ruby application is disabled, but is enabled in a
Rakefile for a Rails application.
Comment 2 Chris Kutler 2008-07-25 02:16:53 UTC

*** This issue has been marked as a duplicate of 141628 ***
Comment 3 Torbjorn Norbye 2008-07-25 02:45:57 UTC
Thanks, fixed the typo (0a00b13a1e2e)