Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 262 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 262 Bytes

Contributing

git clone
bundle
mkdir db
sqlite3 db/test.sqlite3
.read spec/create_db.sql
bundle exec rubocop

# Test specific dependency versions
BUNDLE_GEMFILE=gemfiles/pt9_sinatra2.rb bundle
BUNDLE_GEMFILE=gemfiles/pt9_sinatra2.rb bundle exec rspec