comment out missing test

This commit is contained in:
Sam Saffron 2013-02-24 22:59:09 +11:00
parent 47fedd8f4d
commit 430a397cde
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ describe CurrentUser do
CurrentUser.lookup_from_env("HTTP_COOKIE" => "_t=#{token};").should == user CurrentUser.lookup_from_env("HTTP_COOKIE" => "_t=#{token};").should == user
end end
it "allows us to lookup a user from our app" do # it "allows us to lookup a user from our app" do
end # end
end end