Skip to content

caike/RSpecWorkshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing with RSpec

This is an example app for the Testing with RSpec CodeSchool course.

Not intended to be run as a web app, but simply used to run specs. Examples are focused on showing RSpec's API to people completely new to RSpec. Some examples may be contrived and don't necessarily promote best testing practices.

Running specs

  • Install dependencies via bundle
  • Setup database via rake db:setup
  • Prepare test database via rake db:test:prepare
  • Run specs via rspec

About

Example app for RSpec workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors