This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Feature: Testing a web site with Capybara and Cucumber | |
| Useful resources: | |
| The Cucumber wiki: https://github.com/cucumber/cucumber/wiki | |
| Capybara RDocs: http://rubydoc.info/github/jnicklas/capybara/file/README.md | |
| Rspec RDocs: http://rubydoc.info/github/rspec/rspec/frames | |
| The Cucumber Book: http://pragprog.com/book/hwcuc | |
| Ruby Toolbox for Gem Selection: https://www.ruby-toolbox.com/ | |
| Interesting discussion of Cucumber and BDD: http://gfxmonk.net/2011/01/26/how-i-replaced-cucumber.html | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mysqldump --compact | |
| --skip-add-locks | |
| --skip-lock-tables | |
| --ignore-table=TABLE1 | |
| --ignore-table=TABLE2 | |
| -h HOST | |
| -u USER | |
| -p | |
| DATABASE_NAME | gzip > DUMPFILE.sql.gz |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SET FOREIGN_KEY_CHECKS=0; |
NewerOlder