Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
There a multitude of bugs in the running of rspec in buildr in the current github repository.
These patches fix the issues with:
- mkdir_p being called without being called on FileUtils
- a call is made to Error.dump_yaml with only one argument instead of two
- Kernel.gem is a private method, and this patch changes the calls to it into Kernel#send calls that gets around it
- for yucks, I made the backtrace that come back on errors nicer by turning it into a pretty string. (we should probably not have this stack trace and the usual rspec --trace one being returned at the same time like it does now. it's pretty confusing.)