##// END OF EJS Templates
use ActiveSupport::TestCase instead of HelperTestCase at test/unit/lib/redmine/views/builders/json_test.rb....
Toshi MARUYAMA -
r5988:148b1e491a4c
parent child
Show More
@@ -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 < HelperTestCase
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