This repository has been archived on 2020-02-24. You can view files and clone it, but cannot push or open issues or pull requests.
plsql-spec-example/spec/what_is_profiled_spec.rb
2020-01-16 14:11:30 +03:00

10 lines
173 B
Ruby

require 'what_is_profiled'
describe "what is profiled" do
it "should run driver" do
expect {
plsql.what_is_profiled.driver
}.not_to raise_error
end
end