Lime v0.3.0 released

Lime 0.3.0 has been released.

Lime is a pure Ruby variation of Cucumber’s Gherkin BDD test system that
runs on top of RubyTest, a Universal Test Harness for Ruby.

Fix execution scope so that method definitions in Featurettes are
visible to advice procedures. Also will automatically require any *.rb
files in featurettes directory relative to feature file.

Changes:

  • Fix execution scope so that featurettes are included.
  • Automatically require featurette files.
  • Alias #I to #We.