diff --git a/spec/components/current_user_spec.rb b/spec/components/current_user_spec.rb index c49fc9f017b..ad995b568be 100644 --- a/spec/components/current_user_spec.rb +++ b/spec/components/current_user_spec.rb @@ -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