similar to: Rspec with ActionMailer and .deliver

Displaying 6 results from an estimated 6 matches similar to: "Rspec with ActionMailer and .deliver"

2006 Jan 31
1
Fw: Codec preference selection?
Hi! No one can help me with this?? ----- Original Message ----- From: Fran Sedano To: asterisk-users@lists.digium.com Sent: Monday, January 30, 2006 8:43 PM Subject: Codec preference selection? Hi; I'm trying to implement what is known by Cisco Callmanager as regions: Specify that when phones from zone A call to phones in zone B, use g729, but if they call to zone C, use g711. Any
2008 Mar 05
14
ActiveRecord, spec''ing find has right :order parameter
I''m wanting to write a spec that a model is applying an :order option to a find call, but I don''t want to completely specify all of the find parameters. So I want to write something like this, say in a controller spec User.should_receive(:find).with(:all, hash_with_at_least(:order => ''user.name ASC'')) get ''index'', :sort =>
2006 Jan 30
0
Codec preference selection?
Hi; I'm trying to implement what is known by Cisco Callmanager as regions: Specify that when phones from zone A call to phones in zone B, use g729, but if they call to zone C, use g711. Any ideas on how to achieve this? Thanks! Francisco Sedano -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 19
19
Controller spec: testing that scope is set
In a Rails controller I set the scope on a model class in an around filter. I have defined expectations on the model classes, and ideally, I would add a further expectation for the scope. Is this already possible in some way? How would I go about adding support a scope expectation? Michael -- Michael Schuerig mailto:michael at schuerig.de http://www.schuerig.de/michael/
2011 Mar 01
2
[LLVMdev] [cfe-dev] Reminder: LLVM 2.9 Branching in One Week
Matthieu, On Tue, Mar 1, 2011 at 8:02 AM, Matthieu Moy <Matthieu.Moy at grenoble-inp.fr> wrote: > At some point in the past, an anti-git-svn system had been set up on > llvm.org. Has this been disabled since? I don't manage to do much with > git-svn: Maybe sure. Anton said it is disabled to access upper directories with svn. Thus, we (accessing llvm.org remotely) cannot do
2010 Nov 10
0
no output from rspec -- fixed
Resend from 10/29/2010 due to bounce back. This is in reference to an email sent to the group on On Oct 18, 2010, at 1:24 AM. Short version: The solution was indeed to downgrade to test-unit 1.2.3 gem ''test-unit'', ''1.2.3'' Longer version: I went through my github repository and found a version of my gemfile that worked with rspec. I then carefully compared