Skip to content

Shadae/TDD_Tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use a TDD approach, to either:

  • Create your own small application

OR

  • create a single serving (no users) version of Twitter. The app should have:

  • Tweet model

  • body (must be present, max 140 characters long)

  • author

  • TweetsController

  • An index action which shows all of the tweets

  • A show action to view a specific tweet

  • A new action (optional, you can put the form on index)

  • A create action where tweets are created

  • tweet_spec.rb

  • Testing validations of body (presence and length)

  • Testing any addition methods you add

  • tweets_controller_spec.rb

  • Test each controller action

  • No need to test private actions

**Extra Credit**

Implement Users using a TDD approach

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors