Smart Event Calendar for the Miami Tech Community
Heroku - Obscure Everglades
Uses Ruby 2.3.0
Basic Rails install
rake db:seed
Seed with 100 random events forward from the current date.
This app is a black magic box and we will treat it as such. So only feature testing. Because why bother with anything else if the views aren't broken and the users can use the app successfully.
https://www.relishapp.com/rspec/rspec-rails/v/3-4/docs/feature-specs/feature-spec
Chrome is required for testing. If you get an error try installing ChromeDriver.
brew install chromedriver
- Pull Requests for features must have an issue and tests.
- Pull Requests for bug fixes must have a corresponding issue.
- If there are no corresponding issues create one.
- If you have a feature and need assistance such as writing your test, or hit a roadblock assign the appropriate label to the issue.