Here are the steps to set up the development environment:
##Setup the dummy host app:##
cd spec/dummy
bundle exec rake db:create db:migrate db:test:prepare##Run the specs:##
From the root directory...
bundle exec rspec##Run the dummy app:##
cd spec/dummy
bundle exec rails server