jendiamond / railsgirls-signup

https://railsgirls-signup.herokuapp.com
3 stars 3 forks source link

Add Request Specs #20

Open jendiamond opened 8 years ago

fancydaniel commented 8 years ago

Why are we using request specs over feature specs? Rspec removed capybara from request specs and I'm more familiar with that. Haven't worked with request specs before. Also, what part of app are we testing first?

jendiamond commented 8 years ago

Add whatever test you want. Although I think that I may change the whole User table to a Student table and use the Devise sign up as the User to Keep it simple. What do you think about that?