Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Latest commit

 

History

History
36 lines (26 loc) · 752 Bytes

CHANGES.md

File metadata and controls

36 lines (26 loc) · 752 Bytes

ChangeLog

0.5.0

  • Run the application if $0 is the app file. (strand)

0.4.0

  • Silence a deprecation warning with capybara 1.0.0. (HeroicEric)

0.3.1

  • Remove default_executable= from gemspec to please rubygems >=1.8.

0.3.0

  • Switch templates to rspec2. (akeem)

0.2.4

  • Use the RACK_ENV environment variable to set the sinatra environment to 'test'. (See issue #1)

0.2.3

  • Create a custom world class to avoid SystemStackError exceptions with capybara.

0.2.2

  • Set sinatra environment to :test in the env.rb template.
  • Fix indentation in the app.rb template.

0.2.1

  • Clarify licenses.

0.2.0

  • Install example web step definitions.
  • Create an example path_to navigation helper.

0.1.0

  • Initial release.