Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 15th, 2012  |  syntax: None  |  size: 0.18 KB  |  hits: 5  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Unrecognised variable (newbie level)
  2. it "should sign the user in" do
  3.  post :create, :session => @attr
  4.  controller.current_user.should == @user
  5.  controller.should be_signed_in
  6. end