We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Add syntax highlighting for Ruby snippets
Merge pull request #60 from zhangsu/patch-1 Add guide for using shared examples
Fix stray single quotes in testing guide ASCII single quotes should be used.
Add guide for using shared examples
Clarify factory file naming The factory files are not identical to the model files.
Placed Factory Girl and Faker under Helper gems, added bad example for one expectation per example rule.
Style and grammar formatting.
Changed position of naming conventions within table of contents.
Added information on single expectation rule, description tense, and naming convention for Factory Girl files.
Added reference to better specs, and valid use for Factory Girl's 'create' versus 'build_stubbed'. Moved instance initialization portion to Model Spec section.
Formatting and grammar changes.
First draft of testing guide using RSpec.