Skip to content

Commit a7b655c

Browse files
DannyBenmeleu
andauthored
Update spec/bashly/script/formatter_spec.rb
Co-authored-by: meleu <[email protected]>
1 parent c7d699e commit a7b655c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/bashly/script/formatter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
context 'when the external command fails' do
4646
let(:mode) { 'shfmt --diff' }
4747

48-
it 'raises a a Bashly::Error' do
48+
it 'raises a Bashly::Error' do
4949
expect { subject.formatted_script }.to raise_approval 'formatter/error-failure'
5050
end
5151
end

0 commit comments

Comments
 (0)