Skip to content

Latest commit

 

History

History
executable file
·
10 lines (8 loc) · 420 Bytes

README.md

File metadata and controls

executable file
·
10 lines (8 loc) · 420 Bytes

x

  • Install Ruby from: * http://rubyinstaller.org/downloads/
  • Verify its installed by running 'ruby --version' , You may need to add ruby to your path
  • Bundler must be installed 'gem install bundler'
  • Inside of base directory of project run 'bundle install', this will install all requirements.

To run tests you can do either of the following:

  • Run command - 'bundle exec rspec spec'
  • Run the run_tests.sh script