diff --git a/spec/mysql2-iamauth_spec.rb b/spec/mysql2-iamauth_spec.rb index 47c18fe..11271f7 100644 --- a/spec/mysql2-iamauth_spec.rb +++ b/spec/mysql2-iamauth_spec.rb @@ -4,8 +4,4 @@ it 'has a version number' do expect(Mysql2::Iamauth::VERSION).not_to be nil end - - it 'does something useful' do - expect(false).to eq(true) - end end