On Dec 19, 2007, at 10:42 PM, David Chelimsky wrote:
> On Dec 20, 2007 12:25 AM, James Deville <[EMAIL PROTECTED]>
> wrote:
>>
>>
>> On Dec 19, 2007, at 10:16 PM, David Chelimsky wrote:
>>
>>> On Dec 19, 2007 11:50 PM, James Deville <[EMAIL PROTECTED]>
>>> wrote:
On Dec 19, 2007,
On Dec 20, 2007 12:42 AM, Ben Mabey <[EMAIL PROTECTED]> wrote:
>
> James Deville wrote:
> > On Dec 19, 2007, at 10:16 PM, David Chelimsky wrote:
> >
> >
> >> On Dec 19, 2007 11:50 PM, James Deville <[EMAIL PROTECTED]>
> >> wrote:
> >>
> >>> On Dec 19, 2007, at 9:44 PM, David Chelimsky wrote:
> >>>
On Dec 20, 2007 12:43 AM, Jonathan Linowes <[EMAIL PROTECTED]> wrote:
> fyi, there doesnt seem to be a link to rspec.lighthouse.com from the
> new web site (unless I missed it). I guess I expected it under
> "Community"
http://rspec.info/community/contribute.html
>
> linoj
>
> ___
fyi, there doesnt seem to be a link to rspec.lighthouse.com from the
new web site (unless I missed it). I guess I expected it under
"Community"
linoj
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-
James Deville wrote:
> On Dec 19, 2007, at 10:16 PM, David Chelimsky wrote:
>
>
>> On Dec 19, 2007 11:50 PM, James Deville <[EMAIL PROTECTED]>
>> wrote:
>>
>>> On Dec 19, 2007, at 9:44 PM, David Chelimsky wrote:
>>>
>>>
On Dec 19, 2007 11:40 PM, James Deville <[EMAIL PROTECTED
On Dec 20, 2007 12:25 AM, James Deville <[EMAIL PROTECTED]> wrote:
>
>
> On Dec 19, 2007, at 10:16 PM, David Chelimsky wrote:
>
> > On Dec 19, 2007 11:50 PM, James Deville <[EMAIL PROTECTED]>
> > wrote:
> >>
> >>
> >> On Dec 19, 2007, at 9:44 PM, David Chelimsky wrote:
> >>
> >>> On Dec 19, 2007 11
On Dec 19, 2007, at 10:16 PM, David Chelimsky wrote:
> On Dec 19, 2007 11:50 PM, James Deville <[EMAIL PROTECTED]>
> wrote:
>>
>>
>> On Dec 19, 2007, at 9:44 PM, David Chelimsky wrote:
>>
>>> On Dec 19, 2007 11:40 PM, James Deville <[EMAIL PROTECTED]>
>>> wrote:
On Dec 19, 2007,
On Dec 19, 2007 11:50 PM, James Deville <[EMAIL PROTECTED]> wrote:
>
>
> On Dec 19, 2007, at 9:44 PM, David Chelimsky wrote:
>
> > On Dec 19, 2007 11:40 PM, James Deville <[EMAIL PROTECTED]>
> > wrote:
> >>
> >>
> >> On Dec 19, 2007, at 9:38 PM, David Chelimsky wrote:
> >>
> >>> On Dec 19, 2007 11:
On Dec 19, 2007, at 9:44 PM, David Chelimsky wrote:
> On Dec 19, 2007 11:40 PM, James Deville <[EMAIL PROTECTED]>
> wrote:
>>
>>
>> On Dec 19, 2007, at 9:38 PM, David Chelimsky wrote:
>>
>>> On Dec 19, 2007 11:34 PM, James Deville <[EMAIL PROTECTED]>
>>> wrote:
Yeah, had a slight email con
On Dec 19, 2007 11:40 PM, James Deville <[EMAIL PROTECTED]> wrote:
>
>
> On Dec 19, 2007, at 9:38 PM, David Chelimsky wrote:
>
> > On Dec 19, 2007 11:34 PM, James Deville <[EMAIL PROTECTED]>
> > wrote:
> >> Yeah, had a slight email conversation with David C about that in
> >> regards to bug #188. I
On Dec 19, 2007, at 9:38 PM, David Chelimsky wrote:
> On Dec 19, 2007 11:34 PM, James Deville <[EMAIL PROTECTED]>
> wrote:
>> Yeah, had a slight email conversation with David C about that in
>> regards to bug #188. I am wondering why we don't standardize it, ya
>> know convention over configura
On Dec 19, 2007 11:34 PM, James Deville <[EMAIL PROTECTED]> wrote:
> Yeah, had a slight email conversation with David C about that in
> regards to bug #188. I am wondering why we don't standardize it, ya
> know convention over configuration and all.
Because I think it's premature to call anything
What file is that in? I was looking for one in trunk earlier.
JD
On Dec 19, 2007, at 5:07 PM, Ben Mabey wrote:
> Ben Mabey wrote:
>> James Deville wrote:
>>
>>> What's the status on a rake task for the story runner. If nothing is
>>> in progress, where could I start to try and build one?
>>>
>>>
Yeah, had a slight email conversation with David C about that in
regards to bug #188. I am wondering why we don't standardize it, ya
know convention over configuration and all.
JD
On Dec 19, 2007, at 6:28 PM, Josh Knowles wrote:
> On 12/19/07, James Deville <[EMAIL PROTECTED]> wrote:
>> What'
Chad Humphries wrote:
Also, could you post the spec if possible?
- Chad
On Dec 19, 2007, at 10:11 AM, David Chelimsky wrote:
And you've got the following near the top of spec/spec_helper.rb?
require 'spec'
require 'spec/rails'
___
rspec-users ma
On 12/19/07, James Deville <[EMAIL PROTECTED]> wrote:
> What's the status on a rake task for the story runner. If nothing is
> in progress, where could I start to try and build one?
Until step/scenario directories are standardized you're not going to
see a rake task committed.
Feel free to roll y
Ben Mabey wrote:
> James Deville wrote:
>
>> What's the status on a rake task for the story runner. If nothing is
>> in progress, where could I start to try and build one?
>>
>> JD
>> ___
>> rspec-users mailing list
>> rspec-users@rubyforge.org
>> ht
On Dec 19, 2007 7:01 PM, James Deville <[EMAIL PROTECTED]> wrote:
> What's the status on a rake task for the story runner. If nothing is
> in progress, where could I start to try and build one?
>
> JD
I've been using:
task 'stories' do
sh "ruby stories/all.rb"
end
task 'stories:rcov' do
sh "
James Deville wrote:
> What's the status on a rake task for the story runner. If nothing is
> in progress, where could I start to try and build one?
>
> JD
> ___
> rspec-users mailing list
> rspec-users@rubyforge.org
> http://rubyforge.org/mailman/listi
What's the status on a rake task for the story runner. If nothing is
in progress, where could I start to try and build one?
JD
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On Dec 14, 2007 9:59 AM, David Chelimsky <[EMAIL PROTECTED]> wrote:
> On Dec 14, 2007 9:28 AM, Bart Zonneveld <[EMAIL PROTECTED]> wrote:
> >
> > On 14 dec 2007, at 16:05, David Chelimsky wrote:
> >
> > > Hi all,
> > >
> > > The 1.1.0 docs are there. The 1.0.8 docs are still at
> > > http://rspec.ru
Thanks.
I found the bug : zentest 3.6 has got capitals : it is now ZenTest !
Michel Demazure
[EMAIL PROTECTED]
-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de David Chelimsky
Envoyé : mercredi 19 décembre 2007 16:29
À : rspec-users
Objet : Re: [rspec-use
On Dec 19, 2007, at 9:27 AM, Michel Demazure wrote:
autotest (zentest 3.5.0) + rspec 1.1.1 ask for “spec_autotest.rb”,
nowhere to be found...
Also - I'd stay away from doing a gem update --system.
Scott
___
rspec-users mailing list
rspec-users@
On Dec 19, 2007 8:27 AM, Michel Demazure <[EMAIL PROTECTED]> wrote:
> autotest (zentest 3.5.0) + rspec 1.1.1 ask for "spec_autotest.rb", nowhere
> to be found...
Gotta update ZenTest. The integration w/ rspec didn't get added until 3.6.
___
rspec-users m
autotest (zentest 3.5.0) + rspec 1.1.1 ask for "spec_autotest.rb", nowhere
to be found...
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users
On 12/17/07 7:14 PM, "aslak hellesoy" <[EMAIL PROTECTED]> wrote:
> On Dec 17, 2007 5:58 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
>> On Dec 17, 2007 10:55 AM, aslak hellesoy <[EMAIL PROTECTED]> wrote:
>>> On Dec 17, 2007 4:12 PM, David Chelimsky <[EMAIL PROTECTED]> wrote:
On Dec 17, 2
Also, could you post the spec if possible?
- Chad
On Dec 19, 2007, at 10:11 AM, David Chelimsky wrote:
> On Dec 19, 2007 8:46 AM, Ben Greenberg
> <[EMAIL PROTECTED]> wrote:
>>
>> David Chelimsky wrote:
>>
>> On Dec 19, 2007 7:31 AM, Ben Greenberg <[EMAIL PROTECTED]
>> >
>> wrote:
>>
>>
>> Hey
On Dec 19, 2007 8:46 AM, Ben Greenberg <[EMAIL PROTECTED]> wrote:
>
> David Chelimsky wrote:
>
> On Dec 19, 2007 7:31 AM, Ben Greenberg <[EMAIL PROTECTED]>
> wrote:
>
>
> Hey all,
>
> I'm new to BDD and rspec, but I am very intrigued.
>
> I tried installing rspec and rspec_on_rails into my Rai
David Chelimsky wrote:
On Dec 19, 2007 7:31 AM, Ben Greenberg <[EMAIL PROTECTED]> wrote:
Hey all,
I'm new to BDD and rspec, but I am very intrigued.
I tried installing rspec and rspec_on_rails into my Rails app, but I am
having some trouble.
I chose to install both as plugins, as the do
On Dec 19, 2007 7:31 AM, Ben Greenberg <[EMAIL PROTECTED]> wrote:
>
>
> Hey all,
>
> I'm new to BDD and rspec, but I am very intrigued.
>
> I tried installing rspec and rspec_on_rails into my Rails app, but I am
> having some trouble.
>
> I chose to install both as plugins, as the documentation
Hey all,
I'm new to BDD and rspec, but I am very intrigued.
I tried installing rspec and rspec_on_rails into my Rails app, but I am
having some trouble.
I chose to install both as plugins, as the documentation suggests. I
checked out the CURRENT tag from svn, and copied the rspec and
rspec
31 matches
Mail list logo