Skip to content

Commit 2b0eb53

Browse files
Specs: Remove unnecessary block argument
1 parent a40432c commit 2b0eb53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/check-minio-update_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
end
8181
end
8282

83-
context 'with release url not found' do ||
83+
context 'with release url not found' do
8484
let(:response) { { body: '404 Not Found', status: 404 } }
8585

8686
it 'should be unknown' do

0 commit comments

Comments
 (0)