Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-269

rspec bdd is broken

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.3.4
    • Test frameworks
    • 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.)

      Attachments

        Activity

          People

            vic Victor Hugo Borja
            jmhodges Jeff Hodges
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: