No release in over 3 years
Low commit activity in last 3 years
Opinionated Rails testing suite. Specifies necessary gems as dependencies and allows generation of test_helper.rb and Guardfile.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Project Readme

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