Use double quotes.
This commit is contained in:
parent
783dbcc937
commit
15b858ccc4
@ -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) }
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user