Hello, Is there a url for the api used on the development branch, which gets updated per commit or so? I am using rspec as a plugin, complete with the externals property, and would like to refer to the new api while I fix all my specs up. Thanks. -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070430/50c99eff/attachment.html
On 4/30/07, Chris Hoffman <chris.c.hoffman at gmail.com> wrote:> Hello, > Is there a url for the api used on the development branch, which gets > updated per commit or so? I am using rspec as a plugin, complete with the > externals property, and would like to refer to the new api while I fix all > my specs up. Thanks.Sorry - there is not yet. Eventually, we''ll get CI set up at which point part of the build will be to do this. You''ll just have to rely on the code itself for now. David> > -Chris > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >
Hello, I have run rake doc:plugins, which appears to be doing what I want. I will use this until you get CI going. -Chris On 4/30/07, David Chelimsky <dchelimsky at gmail.com> wrote:> > On 4/30/07, Chris Hoffman <chris.c.hoffman at gmail.com> wrote: > > Hello, > > Is there a url for the api used on the development branch, which gets > > updated per commit or so? I am using rspec as a plugin, complete with > the > > externals property, and would like to refer to the new api while I fix > all > > my specs up. Thanks. > > Sorry - there is not yet. Eventually, we''ll get CI set up at which > point part of the build will be to do this. > > You''ll just have to rely on the code itself for now. > > David > > > > > -Chris > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20070430/2ac043e7/attachment.html
On 4/30/07, Chris Hoffman <chris.c.hoffman at gmail.com> wrote:> Hello, > I have run rake doc:plugins, which appears to be doing what I want.Ah - should have thought of that. Cheers> I > will use this until you get CI going. > > -Chris > > > On 4/30/07, David Chelimsky <dchelimsky at gmail.com> wrote: > > On 4/30/07, Chris Hoffman < chris.c.hoffman at gmail.com> wrote: > > > Hello, > > > Is there a url for the api used on the development branch, which gets > > > updated per commit or so? I am using rspec as a plugin, complete with > the > > > externals property, and would like to refer to the new api while I fix > all > > > my specs up. Thanks. > > > > Sorry - there is not yet. Eventually, we''ll get CI set up at which > > point part of the build will be to do this. > > > > You''ll just have to rely on the code itself for now. > > > > David > > > > > > > > -Chris > > > > > > _______________________________________________ > > > rspec-users mailing list > > > rspec-users at rubyforge.org > > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > _______________________________________________ > > rspec-users mailing list > > rspec-users at rubyforge.org > > http://rubyforge.org/mailman/listinfo/rspec-users > > > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >