aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--spec/views/request/list.rhtml_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/views/request/list.rhtml_spec.rb b/spec/views/request/list.rhtml_spec.rb
index e6e67dcbf..28d3908ec 100644
--- a/spec/views/request/list.rhtml_spec.rb
+++ b/spec/views/request/list.rhtml_spec.rb
@@ -5,8 +5,6 @@ describe "when listing recent requests" do
before do
assign :page, 1
assign :per_page, 10
- # work round a bug in ActionController::TestRequest; allows request.query_string to work in the template
- request.env["REQUEST_URI"] = ""
end
def make_mock_event