Skip to content

Commit 079e964

Browse files
EdwardBettsrwz
authored andcommitted
correct spelling mistake (#412)
1 parent eb7c9eb commit 079e964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jbuilder_dependency_tracker_test.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def track_dependencies(source)
5353
assert_equal %w[path/to/partial], dependencies
5454
end
5555

56-
test 'detects partial in indirect collecton calls' do
56+
test 'detects partial in indirect collection calls' do
5757
dependencies = track_dependencies <<-RUBY
5858
json.comments @post.comments, partial: 'comments/comment', as: :comment
5959
RUBY

0 commit comments

Comments
 (0)