HandsomeFencer::Test
Installation
This gem is designed to set up your Rails app with a curated suite of gems and files. Add this line to your application's Gemfile:
group :development, :test do
gem 'handsome_fencer-test'
end
To either generate or over-write your test_helper.rb and Guardfile, use:
$ thor handsome_fencer:test:install