On Aug 25, 2007, at 9:50 AM, Stefano Crocco wrote:
> 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
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
On Sat, 2007-08-25 at 00:01 -0700, David Green wrote:
> I wasn't testing my views at all, instead relying on integrate_views to
> catch any problems. This time round I wrote view specs, which is a little
> more work but testing only one MVC aspect in isolation really makes things
> simpler. I real
David Chelimsky-2 wrote:
>
>
> It depends on how high you have your magnifying glass set. Really!
>
> Here's how I'd get there:
>
> In an integration test, which I use as ... well ... integration tests
> (i.e. pretty close to end to end - just no browser, so the javascript
> can't get tested)