diff options
| author | Markus Reiter | 2016-10-23 14:30:42 +0200 |
|---|---|---|
| committer | Markus Reiter | 2016-10-23 14:32:27 +0200 |
| commit | 15b858ccc4de1e76e8251c69b5f1a30af223d3c3 (patch) | |
| tree | fa9a7c1bf740af274807e6add2cab524d306a3b4 /Library | |
| parent | 783dbcc937b3f8afb79e7e8ff7cb6ff9f591746c (diff) | |
| download | brew-15b858ccc4de1e76e8251c69b5f1a30af223d3c3.tar.bz2 | |
Use double quotes.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cask/spec/formatter_spec.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Homebrew/cask/spec/formatter_spec.rb b/Library/Homebrew/cask/spec/formatter_spec.rb index 2c1de9b74..ad4c441cb 100644 --- a/Library/Homebrew/cask/spec/formatter_spec.rb +++ b/Library/Homebrew/cask/spec/formatter_spec.rb @@ -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) } |
