aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/controllers/request_controller_spec.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/spec/controllers/request_controller_spec.rb b/spec/controllers/request_controller_spec.rb
index 19938ac61..180577f0d 100644
--- a/spec/controllers/request_controller_spec.rb
+++ b/spec/controllers/request_controller_spec.rb
@@ -1743,8 +1743,9 @@ describe RequestController, "when doing type ahead searches" do
get :search_typeahead, :q => "dog -chicken"
assigns[:xapian_requests].results.size.should == 1
end
+end
-describe "when showing similar requests" do
+describe RequestController, "when showing similar requests" do
integrate_views
it "should work" do
@@ -1768,6 +1769,4 @@ describe "when showing similar requests" do
end
end
-end
-