Added rake for running tests and a little to the readme.
This commit is contained in:
parent
a6ffa9b663
commit
61efcb09df
3 changed files with 51 additions and 13 deletions
6
Gemfile
6
Gemfile
|
|
@ -1,12 +1,14 @@
|
|||
source "https://rubygems.org"
|
||||
|
||||
gem "roda"
|
||||
gem 'rake'
|
||||
|
||||
# change to gunicorn or passenger if you prefer:
|
||||
gem "puma"
|
||||
|
||||
group :development, :test do
|
||||
gem "rerun"
|
||||
group :development do
|
||||
gem 'rerun'
|
||||
gem 'rubocop'
|
||||
end
|
||||
|
||||
group :test do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue