Defect #10818
Running rake in test environment causes exception
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | Toshi MARUYAMA | % Done: | 0% | |
| Category: | Ruby support | |||
| Target version: | 2.0.4 | |||
| Affected version: | 1.4.4 | Resolution: | Fixed |
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
Associated revisions
History
#1 Updated by Etienne Massip 10 months ago
- Target version set to 2.0.4
- Affected version set to 2.0.3
#2 Updated by Toshi MARUYAMA 10 months ago
- Affected version changed from 2.0.3 to 1.4.4
#3 Updated by Toshi MARUYAMA 10 months ago
- Category set to Ruby support
#4 Updated by Jean-Philippe Lang 8 months ago
- Assignee set to Toshi MARUYAMA
Can we close this ticket?
#7 Updated by Toshi MARUYAMA 8 months ago
- Status changed from Resolved to Closed
- Resolution set to Fixed
Thank you for your feedback.