/guesser-sinatra

sinatra tutorial app

Primary LanguageRubyOtherNOASSERTION

Ruby Skeleton

This is a skeleton repo for ruby projects.

Code goes in lib. Tests go in spec.

Included Gems

  • rspec - for testing
  • pry - awesome REPL
  • guard - for autorunning tests
  • rake - for scripting build/test tasks

Running tests

Run tests with bundle exec rspec

Autorun tests with bundle exec guard