- Run the application if $0 is the app file. (strand)
- Silence a deprecation warning with capybara 1.0.0. (HeroicEric)
- Remove
default_executable=
from gemspec to please rubygems >=1.8.
- Switch templates to rspec2. (akeem)
- Use the
RACK_ENV
environment variable to set the sinatra environment to 'test'. (See issue #1)
- Create a custom world class to avoid SystemStackError exceptions with capybara.
- Set sinatra environment to :test in the env.rb template.
- Fix indentation in the app.rb template.
- Clarify licenses.
- Install example web step definitions.
- Create an example
path_to
navigation helper.
- Initial release.