##// END OF EJS Templates
Test broken by r15536 (#23083)....
Jean-Philippe Lang -
r15159:b5bc7d460449
parent child
Show More
@@ -25,6 +25,7 class CustomFieldVersionFormatTest < ActiveSupport::TestCase
25 25 end
26 26
27 27 def test_possible_values_options_with_no_arguments
28 Version.delete_all
28 29 assert_equal [], @field.possible_values_options
29 30 assert_equal [], @field.possible_values_options(nil)
30 31 end
General Comments 0
You need to be logged in to leave comments. Login now