Skip to content
Snippets Groups Projects
Commit 15b858cc authored by Markus Reiter's avatar Markus Reiter
Browse files

Use double quotes.

parent 783dbcc9
No related branches found
No related tags found
No related merge requests found
......@@ -5,10 +5,10 @@ describe Formatter do
describe "::columns" do
let(:input) {
[
'aa',
'bbb',
'ccc',
'dd'
"aa",
"bbb",
"ccc",
"dd",
]
}
subject { described_class.columns(input) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment