Re: [rspec-users] Problem Comparing Dates

2009-08-21 Thread George Anderson
uld == now end end Cheers, /g -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 geo...@benevolentcode.com On Fri, Aug 21, 2009 at 12:26 PM, Tom Stuart wrote: > On 21 Aug 2009, at 17:15, George Anderson wrote: >> >> expected: Fri, 21 Aug 2009 16:08:51 UTC

[rspec-users] Problem Comparing Dates

2009-08-21 Thread George Anderson
sqlite3 Database schema version 20090812181104 Thanks, /g -- George Anderson BenevolentCode LLC geo...@benevolentcode.com ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 geo...@benevolentcode.com On Wed, Feb 25, 2009 at 5:44 PM, David Chelimsky wrote: > On Wed, Feb 25, 2009 at 4:37 PM, George Anderson > wrote: >>> Is something in your app is requiring version 1.1.11.1 in specific?

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
> Is something in your app is requiring version 1.1.11.1 in specific? Negative. That was my thought too, but no such requirement exists. /g -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 geo...@benevolentcode.com On Wed, Feb 25, 2009 at 5:29 PM, David Chelim

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
pec-1.1.99.9/lib/spec/runner/command_line.rb:9:in `run' from /opt/local/lib/ruby/gems/1.8/gems/rspec-1.1.99.9/bin/spec:4 from /opt/local/bin/spec:19:in `load' from /opt/local/bin/spec:19 I wish I had better news to report. Thanks for your help, /g -- George Ande

Re: [rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
ted_fixtures = false config.fixture_path = RAILS_ROOT + '/spec/fixtures/' end So it looks as if I need to update the dependency version for rspec to be 1.1.99.9, but I'm not sure where I need to do that. Thanks, /g -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-

[rspec-users] RSpec with edge rails (2.3 RC1)

2009-02-25 Thread George Anderson
m not sure I'm on the right path to start with, so I don't think that would be helpful. Thanks, /g -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 geo...@benevolentcode.com ___ rspec-users mailing list rspec-use

Re: [rspec-users] "Plugin not found" after RSpec install

2008-05-06 Thread George Anderson
is there > and the output reported scores of items being installed. > > Any idea why I get that error? > > Thanks, > > Ethan > ___ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/l

Re: [rspec-users] rspec at github

2008-04-09 Thread George Anderson
x27;s official: http://tinyurl.com/5npxxb > > Git some happiness! > > Cheers, > David > ___ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > -- George

Re: [rspec-users] i can haz buk?

2008-04-08 Thread George Anderson
Thx. Remember, when you think "Beta Book," set your expectations low. We're motivated consumers; we'll buy an "Alpha Book." Sorry to distract you from writing. /g On Tue, Apr 8, 2008 at 10:21 PM, David Chelimsky <[EMAIL PROTECTED]> wrote: > On Tue, A

[rspec-users] i can haz buk?

2008-04-08 Thread George Anderson
David, Aslak, Any word on the most eagerly anticipated book ever? /g -- George Anderson BenevolentCode LLC ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] [Q] bug in mocks or user error?

2008-03-28 Thread George Anderson
the wrong > intermediate. I tried: > #and_return([:key, :value]) > #and_return([[:key, :value]]) > #and_return(:key, :value) > > None worked. Is this a bug or am I misusing mocks? > > cr > ___ > rspec-users mailing

[rspec-users] Pretty story output for non-Rails project

2008-03-03 Thread George Anderson
ut to look pretty (formatted)? rspec-1.1.3 OS X 10.5.2 TextMate v1.5.7 (1455) Thanks, /g -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 [EMAIL PROTECTED] ___ rspec-users mailing list rspec-users@rubyforge.org http://rub

Re: [rspec-users] new in ruby and rspec testing

2008-01-18 Thread George Anderson
s for replie's > -- > Posted via http://www.ruby-forum.com/. > ___ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (41

Re: [rspec-users] best way to modify spec (the command-line tool)?

2008-01-04 Thread George Anderson
rtfolio: http://www.gilesgoatboy.org > Tumblelog: http://giles.tumblr.com > ___ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > -- George Anderson BenevolentCode LLC O: (41

Re: [rspec-users] Textmate Formatting has gone away

2007-10-26 Thread George Anderson
; that you only need to do that once. > ___ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 [EMAIL P

Re: [rspec-users] Stubbing Kernel.` (backquote)

2007-10-24 Thread George Anderson
d ... end Note, my spec has changed a bit since my original post, but the gist remains. I hope this helps someone down the line. If you have a better way of spec'ing calls to a subshell, I'd live to hear it. /g On 10/24/07, George Anderson <[EMAIL PROTECTED]> wrote: > I&

[rspec-users] Stubbing Kernel.` (backquote)

2007-10-24 Thread George Anderson
_10_24_111354_EDT.pdf (all one line) Significantly, if I remove the stub (Kernel.stub!('`'.to_sym)), I get the same result: passing with the same "command not found" message. Is there an accepted way to stub subshell calls? Thanks, /g -- George Anderson BenevolentCode L

Re: [rspec-users] Problem Upgrading from 1.0.5 to 1.0.8

2007-10-23 Thread George Anderson
o/rspec-users > > > > Looks like I have piston set to use this: > > svn://rubyforge.org/var/svn/rspec/tags/CURRENT/rspec > > ___ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > -- George Anderson Be

Re: [rspec-users] Top Quoting?

2007-10-15 Thread George Anderson
> Yes? What was the question, again? /g ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] [RSpec] Unexpected behavior using TextMate Bundle...

2007-10-12 Thread George Anderson
> rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 [EMAIL PROTECTED] ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] Incompatibility Issues after updating CURRENT

2007-10-11 Thread George Anderson
e, David. /g On 10/11/07, David Chelimsky <[EMAIL PROTECTED]> wrote: > > On 10/11/07, George Anderson <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I'm using piston to manage rspec and rspec_on_rails in vendor/plugins. > > > > > > ~

[rspec-users] Incompatibility Issues after updating CURRENT

2007-10-11 Thread George Anderson
### I do NOT have the RSpec gem installed ~/work/simplify_md $ gem list --local |grep rspec ~/work/simplify_md $ Can anyone show me the error of my ways? Thanks, /g -- George Anderson BenevolentCode LLC O: (410) 461-7553 C: (410) 218-5185 [EMAIL PROTECTED] __