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

10 lines
173 B
Ruby
Raw Permalink Normal View History

2020-01-16 11:11:30 +00:00
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