We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb7c9eb commit 079e964Copy full SHA for 079e964
test/jbuilder_dependency_tracker_test.rb
@@ -53,7 +53,7 @@ def track_dependencies(source)
53
assert_equal %w[path/to/partial], dependencies
54
end
55
56
- test 'detects partial in indirect collecton calls' do
+ test 'detects partial in indirect collection calls' do
57
dependencies = track_dependencies <<-RUBY
58
json.comments @post.comments, partial: 'comments/comment', as: :comment
59
RUBY
0 commit comments