summaryrefslogtreecommitdiff
path: root/spec/routing/routing_spec.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 11:44:35 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-05-30 11:44:35 +0300
commit132575faa07384dd738e06b96ad892912d8a2725 (patch)
treec86d07a2bb2f926454e86c519df13a68afa5b327 /spec/routing/routing_spec.rb
parent888e493b82435a074938aa25f823c2c9b0fb8026 (diff)
downloadgitlab-ce-132575faa07384dd738e06b96ad892912d8a2725.tar.gz
Fix routiong specs after rename of resque controller
Diffstat (limited to 'spec/routing/routing_spec.rb')
-rw-r--r--spec/routing/routing_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/routing/routing_spec.rb b/spec/routing/routing_spec.rb
index 049cfeaab01..b6135b4ca81 100644
--- a/spec/routing/routing_spec.rb
+++ b/spec/routing/routing_spec.rb
@@ -8,18 +8,12 @@ describe SearchController, "routing" do
end
# gitlab_api /api API::API
-# resque /info/resque Resque::Server
# /:path Grack
describe "Mounted Apps", "routing" do
it "to API" do
get("/api").should be_routable
end
- it "to Resque" do
- pending
- get("/info/resque").should be_routable
- end
-
it "to Grack" do
get("/gitlabhq.git").should be_routable
end