Skip to content

Console-based calendar app with full test suite

Notifications You must be signed in to change notification settings

kwak123/rubycal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubycal

Ruby for all!

Getting started

  • 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

TODO (for me)

  • Add some way of seeing all events with dates attached Determine usefulness first
  • Add tests for street_address into Location should actually be UI tests

About

Console-based calendar app with full test suite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published