Skip to content

Commit c13354c

Browse files
committed
Add test todos before I forget
1 parent b4cef58 commit c13354c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

test/serializers/reflection_test.rb

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@ def self.name
2525
@instance_options = {}
2626
end
2727

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+
2845
def test_reflection_value
2946
serializer_class = Class.new(ActiveModel::Serializer) do
3047
has_one :blog

0 commit comments

Comments
 (0)