mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-05 16:58:50 +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,7 +1,7 @@
|
|||
require File.dirname(__FILE__) + '/../test_helper'
|
||||
require 'todos_controller'
|
||||
|
||||
class TodoCreateParamsHelperTest < Test::Rails::TestCase
|
||||
class TodoCreateParamsHelperTest < ActiveSupport::TestCase
|
||||
|
||||
def test_works_with_request_as_root_hash_entry
|
||||
params = {'request' => { 'todo' => { 'description' => 'foo'}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue