Displaying 5 results from an estimated 5 matches for "gastonramo".
Did you mean:
gastonramos
2007 Aug 06
5
Problems with array mock
...;;''
def photos[1](*args, &block)
does anyone have a good solution for this?
the complete code of the helper:
http://pastie.caboo.se/85287
the complete code of the spec helper:
http://pastie.caboo.se/85289
See you.
--
Gast?n Ramos
GNU/Linux Counter user #450312
http://gastonramos.wordpress.com/
No a la Matricula Obligatoria
http://noalamatricula.wordpress.com/about/
2008 Jun 06
2
Problems with view spec and mocking will_paginate
...: Array.stub!(:count).and_return(1)
but didn''t work.
Can somebody help me?
Regards.
--
"Es imposible afinar un l?piz con una cuchilla desafilada. Es igualmente in?til tratar de hacerlo con diez."
(Edsger Dijkstra)
+-------------------------------------+
Gast?n Ramos
http://gastonramos.wordpress.com/
GNU/Linux Counter user #450312
2008 Jun 10
1
Refactoring''s code needs refactoring''s specs?
...ing without refactoring:
http://pastie.org/private/qn3uaoin0k2n8vjsusssg
Regards.
--
"Most of you are familiar with the virtues of a programmer. There are three, of
course: laziness, impatience, and hubris."
(Larry Wall)
+-------------------------------------+
Gast?n Ramos
http://gastonramos.wordpress.com/
GNU/Linux Counter user #450312
2008 Sep 18
2
Ruby on Rails Resource required - New Jersey - 6 Months +
// Please reply this email to jai-Oc46A42Di8jtC6uA/Zb986xOck334EZe@public.gmane.org //
Hi,
My name is Jai, I am a Technical Recruiter with International Business
Solutions. Ltd, NJ. My client in NJ is looking for a JD Edwards Technical
Consultant. I have included a description of the project below. Please take
a few moments to review, and let me know if this is something you might be
interested
2007 Dec 29
15
Do you think it would look cleaner?
I was looking over some of my specs.
I was thinking that the following:
@game.should_receive(:name).and_return(''The Battle for Blaze'')
@game.should_receive(:people).and_return(5000000)
@game.should_receive(:activated).and_return(true)
Would it look cleaner if I could do this instead?
@game.should_recieve_and_return(
:name => ''The Battle for Blaze''