Sha256: 2e26b8ff5811eabf3d9f5707ff2502a70f29ac485c7e8c41e792a66b401aa9bc

Contents?: true

Size: 370 Bytes

Versions: 4

Compression:

Stored size: 370 Bytes

Contents

# 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:

```ruby
group :development, :test do
  gem 'handsome_fencer-test'
end
```

To either generate or over-write your test_helper.rb and Guardfile, use:

```sh

$ thor handsome_fencer:test:install

```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
handsome_fencer-test-0.2.2 README.md
handsome_fencer-test-0.2.1 README.md
handsome_fencer-test-0.2.0 README.md
handsome_fencer-test-0.1.1 README.md