Ruby for all!
-
Using rake to run the app
rake
-
Using rake to run the tests
rake test
-
Using rake to run tests and generate coverage report
rake coverage
-
Using rake to view coverage report
rake view
-
Using the Gemfile to run the app
bundle exec ruby app.rb
-
Using the Gemfile to run the tests
bundle exec ruby -Ilib:test test.rb -v
Add some way of seeing all events with dates attachedDetermine usefulness firstAdd tests for street_address into Locationshould actually be UI tests