Friday, November 18, 2011

Cucumber Installation

Below are the steps to install cucumber on the system -

  • Go to http://railsinstaller.org/, download and install Kit on C:\railsinstaller after installation go to command prompt and type 'ruby -v'. It will show the ruby help.

  • Run 'gem update --system' command on command prompt.

  • Install following gems:
    1. gem install cucumber
    2. gem install rspec
    3. gem install watir
    4. gem install activerecord
    5. gem install factory_girl
    6. gem install database_cleaner
    7. gem install win32-clipboard
    8. gem install ruby-odbc
    9. gem install activerecord-sqlserver-adapter
    10. gem install faker
    11. gem install chronic
    12. gem install win32console
    13. gem install prawn
    14. gem install roo -y

No comments:

Post a Comment

Search This Blog