Workshop Install Test

From DevchixWiki

Jump to: navigation, search

Volunteers should watch a participant demonstrate these steps to ensure a good install (or help troubleshoot if something is not quite right).

Verify Heroku test app

  1. type: heroku info
  2. go to the web url and verify the app deployed and works
  3. cd ..

Verify features for new app from template

  1. rails suggestotron -m http://gist.github.com/316450.txt
  2. cd suggestotron
  3. rake cucumber

after lots of output and no errors (other than test failures), you should see:

   11 scenarios (5 failed, 6 skipped)
   81 steps (5 failed, 76 skipped)

if you have errors on windows

to fix this error: uninitialized constant Cucumber::CODEPAGE (NameError) add this to your ~/.bashrc

export CUCUMBER_OUTPUT_ENCODING='cp1252'

Personal tools