Quiz game for Inkitt.
$ git clone <REPOSITORY_URL> InkittTest- Clone the project$ cd InkittTest
$ gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB\curl -sSL https://get.rvm.io | bash -s stablervm install ruby-2.4.1rvm 2.4.1@inkitt-test
gem install bundlerbundle install
$ bundle exec rails db:setup
$ bundle exec rails db:seed
$ bundle exec rails server- Open the browser at url: http://localhost:3000
$ bundle exec rspec