Actions
Defect #10818
closedRunning rake in test environment causes exception
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
The following exception`block in non_options': file not found: _____ (ArgumentError)
is thrown for every rake task runned in a test environment.
There is a bug for this in rake https://github.com/jimweirich/rake/issues/51
Possible workarounds:
- remove "shoulda"
- add "test-unit" (as marutosi did https://github.com/Vanuan/redmine/commit/db12487dddf5cc73e1266447e9d23676d187af5d)
Related issues
Updated by Etienne Massip over 12 years ago
- Target version set to 2.0.4
- Affected version (unused) set to 2.0.3
- Affected version set to 2.0.3
Updated by Toshi MARUYAMA over 12 years ago
- Affected version (unused) changed from 2.0.3 to 1.4.4
- Affected version changed from 2.0.3 to 1.4.4
Updated by Jean-Philippe Lang about 12 years ago
- Assignee set to Toshi MARUYAMA
Can we close this ticket?
Updated by John Yani about 12 years ago
Jean-Philippe Lang wrote:
Can we close this ticket?
Sure
Updated by Toshi MARUYAMA about 12 years ago
- Status changed from Resolved to Closed
- Resolution set to Fixed
Thank you for your feedback.
Actions