Hello, Anyone knows of open source projects that uses RSpec and RSpec Stories? I''d love to see how it is being used in different projects. Thank you Olivier Dupuis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080704/e175e903/attachment.html>
Someone on the list was just referencing Typo - http://svn.typosphere.org/typo/trunk/spec/controllers/comments_controller_spec.rb Doesn''t look like they use stories, though. On 4-Jul-08, at 4:29 AM, Olivier Dupuis wrote:> Hello, > > Anyone knows of open source projects that uses RSpec and RSpec > Stories? I''d love to see how it is being used in different projects. > > Thank you > > Olivier Dupuis > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On Jul 4, 2008, at 5:29 AM, Olivier Dupuis wrote:> Hello, > > Anyone knows of open source projects that uses RSpec and RSpec > Stories? I''d love to see how it is being used in different projects.Here are a few that I know of: rspec examples (no stories) * http://github.com/wycats/merb-core and friends * http://github.com/sam/dm-core and friends * http://github.com/technoweenie/mephisto rspec examples and stories * http://github.com/technoweenie/restful-authentication (generates example groups and stories) I think the most exciting development over the last year is the rubyspec project (http://github.com/rubyspec/rubyspec), which is an executable language specification for the Ruby language. This effort started as part of the (http://github.com/evanphx/rubinius) project. The rubinius team wanted to use rspec because they liked the feel, but they couldn''t because rspec uses advanced language features that rubinius just didn''t have early on (makes sense). So they developed their own implementation of a useful subset of the rspec-feature-set called mspec (http://github.com/rubyspec/mspec). As I understand it, rubinius is very close to being able to run against rspec-proper at this point. Meanwhile, rubyspec and mspec were split out into their own projects, and now rubinus, JRuby (http://jruby.codehaus.org/) and even MRI (http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8/Makefile.in - scroll down) are running against rubyspec as part of their build process. Very, very exciting stuff for the Ruby community as the end- result will be a single, definitive resource for anybody who wants to implement a standards-compliant Ruby interpreter. Cheers, David> Thank you > > Olivier Dupuis
I know there are stories in the restful-authentication plugin http://github.com/technoweenie/restful-authentication/tree/master/generators/authenticated/templates/stories Erin On 4 Jul 2008, at 11:29, Olivier Dupuis wrote:> Hello, > > Anyone knows of open source projects that uses RSpec and RSpec > Stories? I''d love to see how it is being used in different projects. > > Thank you > > Olivier Dupuis > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users- - - - - - - - - - - - - - - - - - - With Associates Top Floor 100 De Beauvoir Road London N1 4EN +44 (0) 20 7923 4757 www.withassociates.com - - - - - - - - - - - - - - - - - - - - With Associates is the trading name of With Associates UK LLP Registered office: Top Floor 100 De Beauvoir Rd, N1 4EN Registered in England under registration No. OC313207
Strac uses rspec examples and stories. http://github.com/mvanholstyn/strac Zach On Fri, Jul 4, 2008 at 11:23 AM, David Chelimsky <dchelimsky at gmail.com> wrote:> On Jul 4, 2008, at 5:29 AM, Olivier Dupuis wrote: > > Hello, >> >> Anyone knows of open source projects that uses RSpec and RSpec Stories? >> I''d love to see how it is being used in different projects. >> > > Here are a few that I know of: > > rspec examples (no stories) > * http://github.com/wycats/merb-core and friends > * http://github.com/sam/dm-core and friends > * http://github.com/technoweenie/mephisto > > rspec examples and stories > * http://github.com/technoweenie/restful-authentication (generates example > groups and stories) > > I think the most exciting development over the last year is the rubyspec > project (http://github.com/rubyspec/rubyspec), which is an executable > language specification for the Ruby language. This effort started as part of > the (http://github.com/evanphx/rubinius) project. The rubinius team wanted > to use rspec because they liked the feel, but they couldn''t because rspec > uses advanced language features that rubinius just didn''t have early on > (makes sense). So they developed their own implementation of a useful subset > of the rspec-feature-set called mspec (http://github.com/rubyspec/mspec). > As I understand it, rubinius is very close to being able to run against > rspec-proper at this point. > > Meanwhile, rubyspec and mspec were split out into their own projects, and > now rubinus, JRuby (http://jruby.codehaus.org/) and even MRI ( > http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8/Makefile.in - scroll > down) are running against rubyspec as part of their build process. Very, > very exciting stuff for the Ruby community as the end-result will be a > single, definitive resource for anybody who wants to implement a > standards-compliant Ruby interpreter. > > Cheers, > David > > > Thank you >> >> Olivier Dupuis >> > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >-- Zach Dennis http://www.continuousthinking.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080704/586ef9ef/attachment.html>
On Jul 4, 2008, at 6:29 AM, Olivier Dupuis wrote:> Hello, > > Anyone knows of open source projects that uses RSpec and RSpec > Stories? I''d love to see how it is being used in different projects.There are lots of projects: rspec itself, rubinius / rubyspec a series of rails plugins, like: webrat, fixture replacement deeptest You might also try searching the list - Obie Fernandez asked about this a while back. Scott
On Fri, Jul 4, 2008 at 5:03 PM, Scott Taylor <mailing_lists at railsnewbie.com> wrote:> > On Jul 4, 2008, at 6:29 AM, Olivier Dupuis wrote: > > Hello, >> >> Anyone knows of open source projects that uses RSpec and RSpec Stories? >> I''d love to see how it is being used in different projects. >> > > There are lots of projects: > > rspec itself, > rubinius / rubyspec > a series of rails plugins, like: > webrat, > fixture replacement > deeptest > > You might also try searching the list - Obie Fernandez asked about this a > while back. > > Scott > > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >Thanks everyone for your suggestions. Those should certainly help. Olivier Dupuis -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/rspec-users/attachments/20080705/f79e1ecd/attachment.html>