/minitest-docker

A simple image with minitest installed

Primary LanguageRuby

minitest-docker

A simple image with Minitest installed.

Developing

It's recommended to have rbenv installed for development:

brew install rbenv

After installing rbenv, the shell will pick up .ruby-version file.

which ruby # /path/to/home/.rbenv/shims/ruby

Then install bundler with:

gem install bundler

And then install project dependencies with:

bundle install