Displaying 9 results from an estimated 9 matches for "faustus".
2001 Nov 06
1
rsync for realtime filesystem replication.
...C++ app? Am I just
simply nuts? How much pain am I setting myself up for?
As an example of why I'm interested, this is the ugly rule I can use
currently for half-assed realtime replication:
RULE ^/home/mike/test
RETRY 5
TIMEOUT 300
IGNORE \.Xauthority
OPENW rsync --rsh=ssh -a _FILE_ faustus:/mirrors/otto_FILE_
MKDIR rsync --rsh=ssh -a _FILE_ faustus:/mirrors/otto_FILE_
SYMLINK rsync --rsh=ssh -a _NEW_FILE_ faustus:/mirrors/otto_NEW_FILE_
UNLINK ssh faustus rm -f /mirrors/otto_FILE_
RMDIR ssh faustus rmdir /mirrors/otto_FILE_
RENAME ssh faustus "rm /mirrors/otto/_OLD_FILE_...
2007 Dec 21
5
Mocha and rails 2.0.2?
...fically, I want to stub out the method ''exists?'' to return true
when its called twice. Again, it worked fine in all rails versions up
to 2.0.2, and only fails with rails 2.0.2...
Is it me?
--
Virtually, Ned Wolpert
http://www.codeheadsystems.com/blog/
"Settle thy studies, Faustus, and begin..." --Marlowe
2007 Apr 11
4
Feature request... I think...
...an easily argue that I''m likely making my test case too
complicated if I have to do this, but we found an esoteric bug on a
short-lived object and having a test to check for this specific case
would help make sure that bug stays away.)
--
Virtually, Ned Wolpert
"Settle thy studies, Faustus, and begin..." --Marlowe
Discere docendo...
2008 Jan 28
9
Nested matchers
We''re encountering a failure with Mocha 0.5.6.
We had this expectation:
game_version.expects(:attributes=).with(:game_file =>
kind_of(GameFile), :game_id => @game.id)
This expectation was passing with 0.5.5, but fails with 0.5.6.
I added this test to parameter_matcher_acceptance_test.rb, which
passes in 0.5.5 and fails in 0.5.6
def test_should_match_nested_parameters
2008 Jun 12
2
Anyone using trunk?
Has anybody been using Mocha trunk over the last month or two?
I''ve done quite a bit of internal refactoring and wondered whether
anyone had any problems.
There are also a bunch of new features e.g. states, sequences, extra
parameter matchers & configurable warnings, but these are not
documented in the on-line rdoc.
I wondered if anyone has been looking at the rdoc in trunk and
2007 Oct 02
0
Windows nVidia driver initialization
...mode. I guess it
looks for some kind of success state, but i don't know what it is expecting
to find. Does anyone know something about this? I've also seen that standard
nvidiafb under linux does not try to do a similar test.
Greeting,
Alessandro
--
Vi Veri Veniversum Vivus Vici
-Dr. Faustus - Marlowe
Public GPG Key ID 0x650B3ED9 on subkeys.gpg.net
Key Fingerprint 6243 AAD3 E3EC 52D8 DFAA 2A2F 9FCD 0457 650B 3ED9
Encrypted mails are welcome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
D...
2007 Oct 04
0
Registers at 0xc000
Hi everone,
does anyone know about which registers are mapped at offset 0xC000 in MMIO?
I'm an looking especially for regs 0xc014 and 0xc030
Greetings,
Alessandro
--
Vi Veri Veniversum Vivus Vici
-Dr. Faustus - Marlowe
Public GPG Key ID 0x650B3ED9 on subkeys.gpg.net
Key Fingerprint 6243 AAD3 E3EC 52D8 DFAA 2A2F 9FCD 0457 650B 3ED9
Encrypted mails are welcome
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
D...
2006 Dec 04
7
I need help to connect Postgres and Ruby on Rails Please.
Hello to everyone, I have a problem that is giving me a headache, and
trying to do a project in Ruby on Rails and I need to connect with a
Data Base that is en Postgres, the truth is that I didn’t think that it
was so hard to connect a DB with postgres because I was working with
Msyql and everything was easy. This are the thinks that I have install
in my computer.
1. Debian GNU/Linux, kernel
2007 Mar 06
15
mocking missing methods
Hi folks.
So I''m using mocha on a ruby project, and I really like it. One thing
I''ve noticed is that it can be a bit "surprising" when I''m mocking
methods that don''t exist on an object, and I think there''s an easyish fix.
At the moment, you use sheep = mock() to create a mock sheep. What I''d
like to do is something like sheep =