mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-09 18:58:51 +01:00
get tests running again with zentest >= 4.0.0
This commit is contained in:
parent
4e1e18da0f
commit
7a7862221d
26 changed files with 199 additions and 207 deletions
|
|
@ -1,4 +1,9 @@
|
|||
class TodoContainerControllerTestBase < Test::Rails::TestCase
|
||||
class TodoContainerControllerTestBase < ActionController::TestCase
|
||||
|
||||
def setup_controller_request_and_response
|
||||
# ## override with empty
|
||||
# TODO: remove these ugly hacks
|
||||
end
|
||||
|
||||
def perform_setup(container_class, controller_class)
|
||||
@controller = controller_class.new
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue