I apologize in advance for a question that will probably seem obvious, but please keep in mind this is coming from a beginner's perspective.
Are unit tests present in the source? I'm totally new to mintest, as well as unit testing in Ruby, but a quick source search for "minitest" brought up some results that I looked through. I also looked at minitest's docs, and based off the guidance on running tests from the command line <http://docs.seattlerb.org/minitest/#label-Running+Your+Tests>, I ran "bundle exec ruby -Ilib:test spec/model/spec_helper.rb". However, the result of that was that there were "0 runs, 0 assertions, 0 failures, 0 errors, 0 skips". It seems like I'm on the wrong path altogether. Are the minitest bits of code just for testing code that uses Sequel <http://sequel.jeremyevans.net/rdoc/files/doc/testing_rdoc.html>? (I was thinking there would be unit tests for Sequel's code itself). -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
