Hello to everyone
I'm having trouble using RSpec to test code which uses QtRuby (both version 3
and 4).
I noticed that, after upgrading from RSpec 1.0.5 to RSpec 1.0.8, some of my
specs which used QtRuby caused spec (or rake, when used from a Rakefile) to
hang indefinitly. After a bit of inves
Hello to every one,
I'm writing an application and using rspec to test it. I like very much it's
html output, since it allows me to look at it and see how something is
supposed to work. The only problem is that the list of example is quickly
growing to a size that makes looking for a particular
Hello to every one,
First of all, sorry if this message has already reached the list. I sent it
yesterday, but since today I don't see it in the archives, I'm resending it.
I'm writing an application and using rspec to test it. I like very much it's
html output, since it allows me to look at it