A simple roman numeral converter app made to practice TDD principles.
Deployed at https://roman-numeral-converter-kie.herokuapp.com
git clone https://github.com/kiedunne/roman-numerals-converter
bundle install
rackup config.rb
open localhost:4567 in any web browser
Run all tests with rspec. Code coverage is 100%.
rspec
Run rubocop linter. Code contains 0 offenses
rubocop
As a user,
So I can know what roman numeral represents my decimal number,
I want to convert my number to a roman numeral.
As a user,
So I can know the characters for each roman numeral,
I want to see a table with decimal and roman characters.
- Ruby
- RSpec
- Capybara
- Rubocop
- SimpleCov
- Heroku
- Travis CI
