Sha256: 28014349ba6c90251f34160c970da4928e03dd171aa99b769c2cc81d0251ec4a

Contents?: true

Size: 572 Bytes

Versions: 3

Compression:

Stored size: 572 Bytes

Contents

# Snowglobe

Snowglobe is a gem that helps erect and destroy Rails applications for use in
tests.

## Installation

Add this line to your project's Gemfile:

``` ruby
gem 'snowglobe'
```

And then execute:

``` bash
bundle
```

Alternatively, install it yourself as:

``` bash
gem install snowglobe
```

## Usage

(To be filled in later)

## Developing

* `bin/setup` to get started
* `bundle exec rake release` to release a new version

## Author/License

Snowglobe is © 2019 Elliot Winkler (<elliot.winkler@gmail.com>) and is released
under the [MIT license](LICENSE).

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
snowglobe-0.3.0 README.md
snowglobe-0.2.0 README.md
snowglobe-0.1.0 README.md