Guest User

Untitled

a guest
Aug 22nd, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. describe AnswersController do
  2. describe "GET new" do
  3. it "has a 200 status code" do
  4. get :new
  5. response.code.should eq("200")
  6. end
  7. end
  8. end
Add Comment
Please, Sign In to add comment