diff options
author | Henare Degan <henare.degan@gmail.com> | 2012-12-09 19:08:59 +1100 |
---|---|---|
committer | Henare Degan <henare.degan@gmail.com> | 2012-12-11 11:09:38 +1100 |
commit | 64a93911ebae4eaa2a1bc2b9e09d1468d77aadb9 (patch) | |
tree | c4515ab64e30bb45c34aff04bf34066ab0c6c5bf /spec/views | |
parent | 0d533ce1d56e1ec1446774cc6fff52451a844f3f (diff) |
Remove interlock as it's not compatible with Rails 3 and is unmaintained
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/request/list.rhtml_spec.rb | 2 |
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 94ece5e76..137bc359d 100644 --- a/spec/views/request/list.rhtml_spec.rb +++ b/spec/views/request/list.rhtml_spec.rb @@ -7,8 +7,6 @@ describe "when listing recent requests" do assigns[:per_page] = 10 # work round a bug in ActionController::TestRequest; allows request.query_string to work in the template request.env["REQUEST_URI"] = "" - # we're not testing the interlock plugin's cache - template.stub!(:view_cache).and_yield end def make_mock_event |