comment out missing test

This commit is contained in:
Sam Saffron 2013-02-24 22:59:09 +11:00
parent 47fedd8f4d
commit 430a397cde

View File

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