Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 602 Bytes

README.md

File metadata and controls

41 lines (28 loc) · 602 Bytes

CurrencyTracker

CurrencyTracker allows you to track your personal collection of world currencies, by tagging the countries that you've visited along your travels.

Setup

Seed the database with currencies and countries by running:

rake db:seed

Testing

Run all test with:

bundle exec rake travis

Run unit tests with:

bundle exec rake test

Cucumber features can be run with:

bundle exec rake cucumber

Features

  • Track Visited Countries
  • Track Collected Currencies
  • Charts show you how far along you are!