Skip to content

Commit 8073960

Browse files
committed
Updated syntax
1 parent 9e55d0f commit 8073960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/channel_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ def loop_times(times)
504504
end
505505

506506
it 'can add and remove filter tags' do
507-
tags = ['urgent', 'bug']
507+
tags = %w[urgent bug]
508508
# Add tags
509509
response = @channel.add_filter_tags(tags)
510510
expect(response).to include 'channel'

0 commit comments

Comments
 (0)