comment out missing test
This commit is contained in:
parent
47fedd8f4d
commit
430a397cde
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue