Guest post by Alister Scott
These are the steps I had to use to get Cucumber and Watir running on OSX. It’s a shame about step 1, it’s a real pain but I don’t know any way around it.
- Install Xcode from OSX installation DVD - this takes about 15 minutes
- Open a command prompt and use enter the following commands.
sudo gem update --system
sudo gem install rspec --no-rdoc --no-ri
sudo gem install gherkin --no-rdoc --no-ri
sudo gem install cucumber --no-rdoc --no-ri
sudo gem install firewatir --no-rdoc --no-ri
You should be good to go.
See original post: http://watirmelon.com/2010/12/09/how-to-set-up-cucumber-and-watir-on-osx/