spec/jdbc/vertica_spec.rb in jdbc-vertica-0.0.1 vs spec/jdbc/vertica_spec.rb in jdbc-vertica-0.0.2
- old
+ new
@@ -3,9 +3,9 @@
describe Jdbc::Vertica do
it 'has a version number' do
expect(Jdbc::Vertica::VERSION).not_to be nil
end
- it 'does something useful' do
- expect(false).to eq(true)
+ it do
+ expect { Jdbc::Vertica.load_driver }.not_to raise_error
end
end