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

Remove support for JTestR as it is no longer maintained

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • 1.4.3
    • 1.4.7
    • Test frameworks
    • None

    Description

      It looks like the upgrade to rspec 2 broke "test.using :rspec". The runner_config in lib/buildr/java/bdd.rb:241 needs to be updated so something like

      def runner_config
      runner = super
      runner.gems.update 'rspec' => '>= 2.0.1'
      runner.requires.unshift 'rspec'
      runner
      end

      However the API has changed between 2.x and 1.x of rspec so the runner_content method immediately following will not work.

      Attachments

        1. BUILDR-548-remove-jtestr.diff
          31 kB
          Antoine Toulme

        Activity

          People

            boisvert Alex Boisvert
            pdonald Peter Donald
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: