Skip to content

stellamiranda/Billfront

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mini BillFront

More information

Requirements

  • Ruby 2.x

Dependencies

  • gem 'rspec'
  • gem 'rake'

Setup

gem install bundler
bundle install

Execution

provide the arguments as credit_line.json and invoices.json , order matters. Example as follows:

./cli.rb data/credit_line.json data/invoices.json 

or, simple run as ruby file

ruby cli.rb data/credit_line.json data/invoices.json 

Running tests

rspec spec

Tested using

  • RSpec 3.7

Author

  • Stella Miranda - August 6th, 2018

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages