Guest User

Untitled

a guest
Jun 14th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. describe "GET 'index'" do
  2. it "should be successful" do
  3. get 'index'
  4. response.should be_success
  5. end
  6. end
Add Comment
Please, Sign In to add comment