Guest User

Untitled

a guest
May 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. describe PostsController do
  2. fixtures :all
  3.  
  4. it "should raise an error here" do
  5. lambda {
  6. get :edit
  7. }.should raise_error
  8. end
  9. end
Add Comment
Please, Sign In to add comment