A simple template to set up a Rails 5 project that uses RSpec, Simplecov, Rubocop and Mutant and can be immediately tested on CircleCI.
Suggested use:
rails new -m https://raw.githubusercontent.com/ministryofjustice/moj_rails_template/master/template.rb \
-d postgresql \
--skip-spring \
--skip-turbolinks \
--skip-test <ProjectName>