Skip to content

Instantly share code, notes, and snippets.

@ToadJamb
Last active December 19, 2015 02:58
Show Gist options
  • Select an option

  • Save ToadJamb/5886712 to your computer and use it in GitHub Desktop.

Select an option

Save ToadJamb/5886712 to your computer and use it in GitHub Desktop.
# Gemfile
source 'https://rubygems.org'
gem 'sinatra'
group :test, :development do
gem 'rspec'
end
group :test do
gem 'rack-test'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment