Use double quotes.
This commit is contained in:
parent
783dbcc937
commit
15b858ccc4
@ -5,10 +5,10 @@ describe Formatter do
|
|||||||
describe "::columns" do
|
describe "::columns" do
|
||||||
let(:input) {
|
let(:input) {
|
||||||
[
|
[
|
||||||
'aa',
|
"aa",
|
||||||
'bbb',
|
"bbb",
|
||||||
'ccc',
|
"ccc",
|
||||||
'dd'
|
"dd",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
subject { described_class.columns(input) }
|
subject { described_class.columns(input) }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user