Skip to content

stoffie/sales-taxes-problem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running with Docker

$ docker build -t my-ruby-app .
$ docker run -it --name my-running-script my-ruby-app

You should see the cucumber tests pass

Developing locally

  • Install ruby 2.5. The suggested way to install ruby locally on your system is via rbenv.
  • Once you have ruby in your path, install bundler with gem install bundler
  • Run bundle install in this directory
  • Run the cucumber tests using the bundle exec cucumber command

About

Sales Taxes problem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 63.0%
  • Gherkin 35.4%
  • Shell 1.6%