[Rspec-devel] RSpec on Rails

aslak hellesoy aslak.hellesoy at gmail.com
Mon Jun 5 13:21:51 EDT 2006


On 6/3/06, Lachie <lachiec at gmail.com> wrote:
> me too! (said with all the weight of being on the list for 2 whole days :)
>

OK, it's checked into trunk/vendor/rspec_on_rails.
The plugin lives under trunk/vendor/rspec_on_rails/vendor/plugins/rspec_on_rails

As far as testing goes, I think it's sufficient to follow the route of
'acceptance testing', i.e. write more exhaustive specs for the demo
app, and fix the plugin accordingly if it breaks.

I have written up some docs under trunk/src/documentation/rails.page
It's currently lying, since the plugin isn't yet published.

What is the best way to publish it? As a separate gem? Just 'pure' svn? Both?

> Though, obviously there's a lot of scope for refactoring, and a few
> things to add, such as spec generators.
>

That would be great!
It would also be great to override the behaviour of the general
generators, so that tests are not created, but specs instead (when the
user does script/generate model).

The fixtures should also go under spec/fixtures, and not test/fixtures.

> How does the refinement process work after it goes into your tree?
>

For starters, send patches, preferrably to the tracker at Rubyforge.
If you continue sending quality code, we'll consider your rights as a committer.

Cheers,
Aslak

> Lachie
>
> On 6/4/06, David Astels <dastels at daveastels.com> wrote:
> >
> > On 3-Jun-06, at 8:44 AM, David Chelimsky wrote:
> >
> > > On 6/2/06, aslak hellesoy <aslak.hellesoy at gmail.com> wrote:
> > >> As for testing (spit) the RSpec Rails plugin - I'm thinking about
> > >> checking in a minimal Rails app in svn, check in the plugin under its
> > >> vendor/plugins branch and let it live there.
> > >>
> > >> We'll just have a Rakefile inside it that can package it as a gem as
> > >> well as publishing the plugin via the rails plugin mechanism.
> > >>
> > >> WDYT?
> > >
> > > Works for me.
> >
> > +1
> >
> > _______________________________________________
> > Rspec-devel mailing list
> > Rspec-devel at rubyforge.org
> > http://rubyforge.org/mailman/listinfo/rspec-devel
> >
>
>
> --
> Lachie
> http://lachie.info/
> http://www.flickr.com/photos/lachie/
> _______________________________________________
> Rspec-devel mailing list
> Rspec-devel at rubyforge.org
> http://rubyforge.org/mailman/listinfo/rspec-devel
>


More information about the Rspec-devel mailing list