For Jruby, install sequel gem as follow

also make sure to install jdbc-h2 gem that we require for running sequel_test.rb as follow

Then we run it as follow

notice that on the test we use h2 on memory database that will not retain its data after rerun.
My sequel testing done !
Good Night Rubyist.