Re: [rspec-users] Plugins 'speced' with rSpec?

2007-08-03 Thread Pat Maddox
On 8/3/07, Fischer, Daniel <[EMAIL PROTECTED]> wrote: > Hello, > > I'm trying to figure out how to setup a spec structure for plugins. I'm > getting pretty lost in figuring out how to isolate a plugin enviornment > emulating rails, but not actually being reflected upon the current rails > project.

Re: [rspec-users] Plugins 'speced' with rSpec?

2007-08-03 Thread Jay Levitt
Fischer, Daniel wrote: > Hello, > > I'm trying to figure out how to setup a spec structure for plugins. I'm > getting pretty lost in figuring out how to isolate a plugin enviornment > emulating rails, but not actually being reflected upon the current rails > project. I just saw an article yest

[rspec-users] Plugins 'speced' with rSpec?

2007-08-03 Thread Fischer, Daniel
Hello, I'm trying to figure out how to setup a spec structure for plugins. I'm getting pretty lost in figuring out how to isolate a plugin enviornment emulating rails, but not actually being reflected upon the current rails project. What I mean is this, let's say I have a comment plugin. This has

Re: [rspec-users] more different predicates (not only should)?

2007-08-03 Thread Scott Taylor
On Aug 3, 2007, at 6:29 AM, Philipp Engel wrote: > Hello, > > I am using rspec in a project and would like to know if you have > thought about adding a feature. > RSpec as I know it currently only knows about the predicate 'should'. > What I have in mind would look something like this: > > it :sh

[rspec-users] more different predicates (not only should)?

2007-08-03 Thread Philipp Engel
Hello, I am using rspec in a project and would like to know if you have thought about adding a feature. RSpec as I know it currently only knows about the predicate 'should'. What I have in mind would look something like this: it :should "have a valid name" now should is not part of the spec text