Re: [rspec-users] "they" synonym for "it"?

2007-07-13 Thread David Chelimsky
On 7/13/07, Ashley Moran <[EMAIL PROTECTED]> wrote: > > On 12 Jul 2007, at 17:20, Anthony Carlos wrote: > > > If you guys don't mind, I'm going to create a sample web page with > > this concept on it, stealing from Ashley and David's writings. If > > people like it, perhaps we can get it included i

[rspec-users] RSpec wiki

2007-07-13 Thread Ashley Moran
On 13 Jul 2007, at 13:07, David Chelimsky wrote: > We don't right now, nor do we have resources to set one up, so if you > can set something up that would be awesome. Ok I cobbled something together on our company wiki (which runs on XWiki). I've created an RSpecCollab space - a space is just

Re: [rspec-users] "they" synonym for "it"?

2007-07-13 Thread Ashley Moran
On 12 Jul 2007, at 17:20, Anthony Carlos wrote: > If you guys don't mind, I'm going to create a sample web page with > this concept on it, stealing from Ashley and David's writings. If > people like it, perhaps we can get it included in the documentation. Do you have a wiki you could use? If no

Re: [rspec-users] RSpec wiki

2007-07-13 Thread Anthony Carlos
Ashley: Thanks for the wiki page. I've logged-in and posted a brief statement about our intentions. I'm playing the role of editor here, since, I'm not the best at writing examples, and I'm still feeling around for boundaries. I don't want to steal someone's writings without their consent,

Re: [rspec-users] RSpec wiki

2007-07-13 Thread Ashley Moran
On 13 Jul 2007, at 16:58, Anthony Carlos wrote: > Thanks for the wiki page. I've logged-in and posted a brief statement > about our intentions. I'm playing the role of editor here, since, I'm > not the best at writing examples, and I'm still feeling around for > boundaries. I don't want to steal

Re: [rspec-users] RSpec wiki

2007-07-13 Thread Anthony Carlos
Thanks for the primer on the wiki. I don't use them very often, but I'll pick up the formatting stuff soon enough. I will try to set-up additional pages later today. Thanks, -Anthony On Jul 13, 2007, at 12:13 PM, Ashley Moran wrote: > > On 13 Jul 2007, at 16:58, Anthony Carlos wrote: > >> T

[rspec-users] spec for Rails library

2007-07-13 Thread Gregory Murphy
How does one write a spec for a Rails library? // Gregory ___ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users

Re: [rspec-users] spec for Rails library

2007-07-13 Thread aslak hellesoy
On 7/13/07, Gregory Murphy <[EMAIL PROTECTED]> wrote: > How does one write a spec for a Rails library? > Umm, just like you would for any other Ruby library. Can you be more specific? Aslak > // Gregory > ___ > rspec-users mailing list > rspec-users@ru

Re: [rspec-users] spec for Rails library

2007-07-13 Thread Gregory Murphy
aslak hellesoy wrote: > On 7/13/07, Gregory Murphy <[EMAIL PROTECTED]> wrote: >> How does one write a spec for a Rails library? >> > > Umm, just like you would for any other Ruby library. Can you be more > specific? Sorry, I'm referring in particular to RSpec for Rails. It generates a number of

Re: [rspec-users] spec for Rails library

2007-07-13 Thread Tom Stuart
On 13 Jul 2007, at 20:31, Gregory Murphy wrote: > I'm referring in particular to RSpec for Rails. It generates a > number of directories in a Rails app, with a place for model specs, > for > example, and a rake task to run them, e.g. 'rake spec:models'. But > there > is no place and no task for

Re: [rspec-users] spec for Rails library

2007-07-13 Thread aslak hellesoy
On 7/13/07, Tom Stuart <[EMAIL PROTECTED]> wrote: > On 13 Jul 2007, at 20:31, Gregory Murphy wrote: > > I'm referring in particular to RSpec for Rails. It generates a > > number of directories in a Rails app, with a place for model specs, > > for > > example, and a rake task to run them, e.g. 'rake