Skip to content

Commit 111cee4

Browse files
authored
Remove parenthesis for it_behaves_like calls (#1260)
These were only added once, remove them to keep the code consistent. Co-authored-by: Herwin <herwinw@users.noreply.github.com>
1 parent d8bacef commit 111cee4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/enumerable/filter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
require_relative 'shared/find_all'
44

55
describe "Enumerable#filter" do
6-
it_behaves_like(:enumerable_find_all, :filter)
6+
it_behaves_like :enumerable_find_all, :filter
77
end

0 commit comments

Comments
 (0)