From 42e061dfa000b07d418d04e8e427915e0c8df9ba Mon Sep 17 00:00:00 2001
From: Sarah Mei <sarahmei@gmail.com>
Date: Sun, 16 Oct 2011 13:43:21 -0700
Subject: [PATCH] Fix one tag api spec

---
 app/controllers/api/v0/tags_controller.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/controllers/api/v0/tags_controller.rb b/app/controllers/api/v0/tags_controller.rb
index 15a6bed514..4bb0842864 100644
--- a/app/controllers/api/v0/tags_controller.rb
+++ b/app/controllers/api/v0/tags_controller.rb
@@ -1,5 +1,5 @@
 class Api::V0::TagsController < ApplicationController
   def show
-
+    head :ok
   end
 end
-- 
GitLab