@@ -17,7 +17,7 | |||||
17 |
|
17 | |||
18 | require File.expand_path('../../../../../../test_helper', __FILE__) |
|
18 | require File.expand_path('../../../../../../test_helper', __FILE__) | |
19 |
|
19 | |||
20 |
class Redmine::Views::Builders::JsonTest < |
|
20 | class Redmine::Views::Builders::JsonTest < ActiveSupport::TestCase | |
21 |
|
21 | |||
22 | def test_hash |
|
22 | def test_hash | |
23 | assert_json_output({'person' => {'name' => 'Ryan', 'age' => 32}}) do |b| |
|
23 | assert_json_output({'person' => {'name' => 'Ryan', 'age' => 32}}) do |b| |
General Comments 0
You need to be logged in to leave comments.
Login now