Skip to content

Commit 0788c8c

Browse files
committed
rubocop fix
1 parent 262b033 commit 0788c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bashly/message_strings_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
end
2222

2323
it 'returns values from the user config, falling back to defaults' do
24-
expect(subject[:usage]).to eq "== Usage =="
24+
expect(subject[:usage]).to eq '== Usage =='
2525
end
2626
end
2727
end

0 commit comments

Comments
 (0)