Skip to content

Commit 23c56ec

Browse files
morellanctran
authored andcommitted
Fix Serializers Test Directory (#625)
1 parent a4be28a commit 23c56ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/annotate/annotate_models.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ def factory_files(root_directory)
154154
def serialize_files(root_directory)
155155
[
156156
File.join(root_directory, SERIALIZERS_DIR, "%MODEL_NAME%_serializer.rb"),
157-
File.join(root_directory, SERIALIZERS_TEST_DIR, "%MODEL_NAME%_serializer_spec.rb"),
157+
File.join(root_directory, SERIALIZERS_TEST_DIR, "%MODEL_NAME%_serializer_test.rb"),
158158
File.join(root_directory, SERIALIZERS_SPEC_DIR, "%MODEL_NAME%_serializer_spec.rb")
159159
]
160160
end

0 commit comments

Comments
 (0)