/mi_app

Primary LanguageRuby

para ver el reporte de analisis de codigo:

https://Mily2709/mi_app/overview.html#

Para el setup sin docker:

install ruby 2.6.5

Setup: sudo apt-get install phantomjs

on the project root: gem install bundler bundle install

to run app: ruby app.rb

for unit test: rspec

for acceptance test: cucumber