/sinatra-template

sinatra-template

Primary LanguageRubyMIT LicenseMIT

Sinatra Template Application

Description

Simple sinatra application template with rspec, capybara and simplecov.

Running

If you don't want to be limited to the versions in the Gemfile.lock, remove it before bundle install

bundle install --path ./vendor
bundle exec foreman start

Testing

Tests with rspec.

bundle install --path ./vendor
bundle exec rake

Console

This repo has an IRB-based 'console' script for interacting with the app.

bundle install --path ./vendor
bundle exec bin/console

License and Author

This app is available as open source under the terms of the MIT License as listed in the included LICENSE file.