To run this project you need to have:
- Ruby 2.5.0
- PhantomJS
$ git clone https://github.com/lfnascimento/gamora.git
$ cd gamora
$ bin/setup
$ bundle exec rake - Run the tests to check if everything is working ok
$ bundle exec rails server
- open http://localhost:3000
$ coverage=on bundle exec rake - generate the coverage report then open the file coverage/index.html