# 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 () and is released under the [MIT license](LICENSE).