Skip to content

Commit dae7ac4

Browse files
committed
Fix RuboCop alerts
1 parent c5b5ed6 commit dae7ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/dynamic_fields_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_change_css(target, attrs1, attrs2, options = {})
6666
end
6767

6868
context 'with some dynamic fields' do
69-
it 'checks the conditions and actions' do
69+
it 'checks the conditions and actions' do # rubocop:disable RSpec/ExampleLength
7070
visit "/admin/posts/#{post.id}/edit"
7171

7272
expect(page).to have_css('#post_data_field_111[data-if="checked"][data-then="addClass red"][data-target="#post_data_field_111_input label"]') # rubocop:disable Layout/LineLength

0 commit comments

Comments
 (0)