ruby-plsql-spec
ruby-plsql-spec copied to clipboard
Oracle PL/SQL unit testing with Ruby
Hello, Nokogiri gem dependency too old. When trying to integrate with other tools, i get a dependency problem. s.add_dependency(%q.freeze, ["~> 1.6.0"]) ==> latest 1.8.2 is it possible to bump to...
The installation instructions propose that we install ruby-oci8 and ruby-plsql-rpec. I've tried this on two version. ruby v2.7: ruby-oci8 installs fine. ruby-plsql-spec fails due to Nokogiri package supported only till...
Hello there, New poster here... for some reason, after running PL/SQL tests that failed (once, maybe twice), I'm no longer able to recreate coverage report for (my | any) PL/SQL...
Update Gemfile and Gemspec to use nokogiri 1.8 that work on ruby 2.5.x
The link to "Ruby Installer for Windows" took me to a 'app doesn't exist' page on Heroku. https://rubyinstaller.org/ appears to be the correct link.
It would be great to include a guide for setup of Jenkins job that can be executed to run your tests. I have described some of that already on my...
If I have a look at a coverage report of a package every green/red and gray line is understandable. A coverage report for a trigger looks extremely random. Can anyone...
If the connection management details would be moved from spec_helper into the library, so that the spec_helper is responsible for managing connections, then the coverage reporter could reference the connection...
This is a feature request. It would be nice to have the coverage reports generated and saved differently then the current approach. Currently one report is generated per one database...
Is it possible to call a method on a object that changes the state of the object in the Oracle database and have that state reflected in the local ruby...