Skip to content

paulb896/RailsTesting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iStock Tutorial 5 - Testing with RSpec and Cucumber

  1. Add RSpec as a dependency to your previously created gem.
  2. Add functional requirement (bdd test(s)) to gem using RSpec.
  3. Make test(s) pass.
  4. Create test(s) to cover previously created functionality.
  5. Add gem to simple rails blog app ($ rails new TestingApp)
  6. Incorporate new functionality into blogger.
  7. Add cucumber tests that incorporate a controller, view, and model.
  8. Make cucumber tests pass.

About

iStock Tutorial 5 - Rspec, Cucumber, TDD, BDD

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors