A wedding organiser/venue website built on rails. It uses various gems to complement the main functions of the site.
-
To run the test suite run
rspec
in your terminal/cmd. -
Check the spec/ folder for examples and Factory Girl Configuration.
-
If making a contribution try and write a test for it as well. It'll help with any examinations of your pull request.
We use the rebase style for contributions as it makes reverting back easier. Checkout our guide on how to do so Contributing