Skip to content
This repository was archived by the owner on May 18, 2018. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 882 Bytes

File metadata and controls

24 lines (19 loc) · 882 Bytes

Changes

v0.3.0

  • Modernize project to work well with newer Rake, and in the world of Bundler.
  • Formalize development environment, and fix broken tasks.
  • Don't leave file handles open needlessly.
  • Make all path additions recursive. (Incl. allowing more-specific definitions earlier on to override definitions later on...)
  • Allow specifying multiple paths to be grouped into one line item.
  • Normalized mechanism for configuring things.
  • Substantially simplify code.
  • Add a proper changelog.
  • Don't add development-dependencies to gem; let people use git clone for that.
  • Improve Cucumber support by treating Given/When/Then matcher blocks as methods. (Analogous to how should/it methods were already treated.)
  • Reduce namespace pollution in both rake task namespace, and Ruby global namespace.

v0.2.13

  • Initial fork from devver's repo.