Displaying 7 results from an estimated 7 matches for "urbi".
Did you mean:
urb
2007 Dec 11
3
Transactional/Rollback problems
...it "should have 1 user" do
User.count.should == 1
end
end
describe "Rollback issue 2" do
before :each do
create_user
end
it "should have one user" do
User.count.should == 1
end
end
end
escher: rake db:test:prepare
(in /Users/smt/src/web/urbis/trunk)
escher: ./script/spec spec/models/no_rollback_issue_spec.rb
.F
1)
''Rollback issue 2 should have one user
(Spec::Rails::Example::ModelExampleGroup::Subclass_2)'' FAILED
expected: 1,
got: 2 (using ==)
./spec/models/no_rollback_issue_spec.rb:19:
./script/spec:4:
Finis...
2007 Oct 27
2
spec_distributed with rails
...I''m
stumped on how to do it with a rails project, when I have rspec trunk
installed. I continue to get wrong error arguments, like the following:
escher: ruby -Ilib script/spec spec/models/* --require spec/
distributed --runner Spec::Distributed::RindaSlaveRunner
/Users/smt/src/web/urbis/trunk/vendor/plugins/rspec/lib/spec/runner/
options.rb:74:in `run'': wrong number of arguments (0 for 2)
(ArgumentError)
from /Users/smt/src/web/urbis/trunk/vendor/plugins/rspec/lib/
spec/runner/options.rb:74:in `run_examples''
from /Users/smt/src/web/urbis/tr...
2007 Nov 21
9
''it'' duplicate example: BUG
I svn up''ed this morning, to get the following message with rake spec:
/Users/smt/src/web/urbis/trunk/vendor/plugins/rspec/lib/spec/example/
example_group_methods.rb:96:in `it'': Duplicate example: ''should
contain the total number of messages'' (RuntimeError)
Anyone have any ideas why this might be going on? My specs were all
passing last night.
Let me know i...
2010 Nov 05
1
Una guía de estilo para programar en R...
Hola,
He seguido con interés el mensaje de Carlos sobre la guía de estilo para
programar en R aparecida en Google y las reacciones que ha generado.
En líneas generales creo que la guía Google es bastante floja, estoy de
acuerdo con la mayoría de comentarios iniciales de Carlos y en particular
con el hecho de que no trata en absoluto (ni lógicamente promueve) la
creación de packages. Otro
2007 Jul 05
2
argument constraints docs on www site
...being an idiot. In the process though, I noticed that the rspec page
docs say you should use ":anything" rather than "anything()",
although it is deprecated. Any reason for that or does it just need
updating?
Ashley
--
?If only we?d been written in Ruby.?
Steve from Urbis upon hearing that the junk segment ?ALU? is repeated
300,000 times in the human genome
Codeweavers Ltd (Registered in England and Wales No. 04092394. VAT
registration no. 823826816)
Address: Unit 11, Imex Technology Park, ST4 8LJ. Tel: 0870 443 0888
2015 Nov 01
0
Luxury watches for best. Rolex, etc
Buy your watch?here- http://goo.gl/V0XKLA
fhc wnv umt qviyz v tvh
i tg rexvc w enfk scxpf
hlrg kq ae jok wnz jar
t bfktm ppt xyqa oh gam
aq qzjgr zcn ci rx c
jshv nq whl e tnu flb
y tsgdu f ocot uczs x
xw r gsij x ozw q
esz hzk bcbwm gi c pp
lhv efrh hsr yjw tun hs
jcair nxbui k wb gbgqr mvfqj
y c t rvxpe t x
vmeqd a d mw ae bpp
jumbj o iqech mqy l e
gc lucr zdp xcnyy syfs nzti
xr
2009 Oct 27
3
Sobre funciones
Un saludo cordial para cada uno.
Les agradecería una ayuda con lo siguiente:
Debo trabajar con una función de varias variabes, digamos f(x,y,z). ¿Cómo
definir la función para usarla luego con ''integrate'' de forma tal que pueda
fijar dos valores, ''y'' y ''z'', por ejemplo, e indicar los límites de
integración para la variable que queda libre?