Displaying 5 results from an estimated 5 matches for "sietsma".
Did you mean:
sietse
2008 Mar 04
3
rspec vs. test::more
Hey all,
you HAVE to read this blog post:
http://blog.jrock.us/articles/RSpec%20vs.%20Test::More.pod#comments
My favorite parts are:
1)
... some rspec code ...
> For the sake of comparison lets translate this directly into perl:
... some perl code ...
2)
>First, notice that the rspec-version isn''t actually ruby code. It''s
not any real language.
For the sake of
2007 Sep 27
1
using @variables in an ''it'' block
...39;'d like to know how to
get @selenium to exist.
(addendum - if I add to my startup code:
config.before(:all) { @selenium = SeleniumHelper.selenium }
it seems to work! But I''m still interested in why it doesn''t get set
in "initialize"...)
- Korny
--
Kornelis Sietsma korny at my surname dot com
2007 Oct 25
0
How to spec a render:update call
...alls that don''t render a partial. And, as it is
mocking out the call to "render", "should have_rjs" no longer works.
Any thoughts? Anyone got a suggestion for a way to check both the
parameters, and the kind of render:update call made?
Thanks.
- Korny
--
Kornelis Sietsma korny at my surname dot com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071025/91816fdf/attachment.html
2008 Jun 13
1
shallow over http or ftp not supported
I am trying to install a custom plugin in my Rails app:
script/plugin install http://git.eyequeue.net/plugins/mt_capistrano.git
Instead of installing the plugin, I get the following error:
shallow over http or ftp not supported
Any ideas on how to fix this? Is it OK to do a git clone in my vendor/
plugins directory?
--~--~---------~--~----~------------~-------~--~----~
You received
2009 May 04
6
cucumber - when to stub/mock
I''m just curious about this, since my solution involved stubbing a
call to GeoIp.
Is there a good rule of thumb for when you make exceptions to the ''no
stubbing'' philosophy of Cucumber?
My step was: "Given I am accessing the site from Japan," but I can
think of other situations - mostly when interacting with web services,
that I''d probably