Starting Blocks

Installation

Add this line to your application's Gemfile:

gem 'starting_blocks'

And then execute:

$ bundle

Or install it yourself as:

$ gem install starting_blocks

Usage

Current command-line options:

sb

Will run all MiniTest specs in your current directory and all child directories.

sb --watch

Will run all MiniTest specs if they or similarly named files are edited.