If you've never used OpeningAct before, this README will describe the what is contained in your project directory. If you've already used OpeningAct before, you can delete all the text in this file

Welcome to OpeningAct

Your project is ready for development! However, there are a few things to point out:

Configuration

Testing

All your tests are housed in either the test or spec folders, depending on the test framework you specified.

Some failing tests have been created for you. To run the tests:

bundle exec rake test

OR

bundle exec rake spec