Skip to content

chrisvfritz/codelab-sinatra-tdd-rspec-intro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSpec Practice

This is a simple app to help students practice writing specs with RSpec. The front-end is done. It's now up to our server-side web developer to write specs for the methods they want, then fill out the logic for at least the first 3 helper methods of our MethodsPracticeHelper module.

How to work on this

Using what you learned in the lesson and copying the format of the specs from the previous project, write your own specs for any methods you fill out in helpers/methods_practice_helpers.rb. Test as you go with bundle exec guard (or bundle exec rspec if you're on Windows).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published