University app

Run bundler:

gem install bundler

Install gems:

bundle install

Run rails app:

rails server

Run feature specs:

rspec spec/features/

Run feature specs with smoke tag:

rspec spec/features/ --tag tag:'smoke'