We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d699e commit a7b655cCopy full SHA for a7b655c
spec/bashly/script/formatter_spec.rb
@@ -45,7 +45,7 @@
45
context 'when the external command fails' do
46
let(:mode) { 'shfmt --diff' }
47
48
- it 'raises a a Bashly::Error' do
+ it 'raises a Bashly::Error' do
49
expect { subject.formatted_script }.to raise_approval 'formatter/error-failure'
50
end
51
0 commit comments