We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef693fb commit 0d9f013Copy full SHA for 0d9f013
spec/overcommit/git_config_spec.rb
@@ -7,7 +7,7 @@
7
context 'with no configuration' do
8
it 'should be "#"' do
9
repo do
10
- `git config --local core.commentchar ''`
+ `git config --local core.commentchar ""`
11
expect(subject).to eq '#'
12
end
13
0 commit comments