Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 245 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 245 Bytes

DCC profiles

install all gems

bundle install --path .vendor/ --without system_tests development; bundle update; bundle clean

list all tasks

bundle exec rake -T

run tests

bundle exec rake test