lib/cells/cell/test_case.rb in cells-3.3.5 vs lib/cells/cell/test_case.rb in cells-3.3.6
- old
+ new
@@ -66,9 +66,10 @@
@request = ::ActionController::TestRequest.new
@response = ::ActionController::TestResponse.new
@controller.request = @request
@controller.response = @response
@controller.params = {}
+ @controller.send(:initialize_current_url)
end
# Use this for functional tests of your application cells.
#
# Example: