File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,23 @@ def self.name
25
25
@instance_options = { }
26
26
end
27
27
28
+ # TODO: Remaining tests
29
+ # test_reflection_value_block_with_scope
30
+ # test_reflection_value_uses_serializer_instance_method
31
+ # test_reflection_excluded_eh_blank_is_false
32
+ # test_reflection_excluded_eh_if
33
+ # test_reflection_excluded_eh_unless
34
+ # test_evaluate_condition_symbol_serializer_method
35
+ # test_evaluate_condition_string_serializer_method
36
+ # test_evaluate_condition_proc
37
+ # test_evaluate_condition_proc_yields_serializer
38
+ # test_evaluate_condition_other
39
+ # test_options_key
40
+ # test_options_polymorphic
41
+ # test_options_serializer
42
+ # test_options_virtual_value
43
+ # test_options_namespace
44
+
28
45
def test_reflection_value
29
46
serializer_class = Class . new ( ActiveModel ::Serializer ) do
30
47
has_one :blog
You can’t perform that action at this time.
0 commit comments