Any reason why there isn''t a rake task for stories yet? (I''m looking in trunk) Someone want to share theirs? Joe
On Feb 23, 2008, at 12:16 PM, "Joe Van Dyk" <joe at pinkpucker.net> wrote:> Any reason why there isn''t a rake task for stories yet? (I''m > looking in trunk)There is one for rspec_on_rails but it is nothing special. It just calls stories/ all.rb which is up to you to maintain. I know of at least one story command that is in the works. I think that once that exists we''ll be in a better spot to wrap it in a rake task. I think, also, that there are still some different conventions at play and it makes sense to wait for a solid convention to emerge in terms of structure and organization. Cheers, David> Someone want to share theirs? > > Joe > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users
On Sat, Feb 23, 2008 at 10:41 AM, David Chelimsky <dchelimsky at gmail.com> wrote:> On Feb 23, 2008, at 12:16 PM, "Joe Van Dyk" <joe at pinkpucker.net> wrote: > > > Any reason why there isn''t a rake task for stories yet? (I''m > > looking in trunk) > > There is one for rspec_on_rails but it is nothing special. It just > calls stories/ all.rb which is up to you to maintain. > > I know of at least one story command that is in the works. I think > that once that exists we''ll be in a better spot to wrap it in a rake > task. > > I think, also, that there are still some different conventions at play > and it makes sense to wait for a solid convention to emerge in terms > of structure and organization.I can''t seem to find the rspec_on_rails story task. What file is it in?
On Sat, Feb 23, 2008 at 2:35 PM, Joe Van Dyk <joe at pinkpucker.net> wrote:> On Sat, Feb 23, 2008 at 10:41 AM, David Chelimsky <dchelimsky at gmail.com> wrote: > > On Feb 23, 2008, at 12:16 PM, "Joe Van Dyk" <joe at pinkpucker.net> wrote: > > > > > Any reason why there isn''t a rake task for stories yet? (I''m > > > looking in trunk) > > > > There is one for rspec_on_rails but it is nothing special. It just > > calls stories/ all.rb which is up to you to maintain. > > > > I know of at least one story command that is in the works. I think > > that once that exists we''ll be in a better spot to wrap it in a rake > > task. > > > > I think, also, that there are still some different conventions at play > > and it makes sense to wait for a solid convention to emerge in terms > > of structure and organization. > > I can''t seem to find the rspec_on_rails story task. What file is it in?I take it back. It does not get generated. I''ve just been adding one to my projects that runs stories/all.rb. Guess it''s so trivial that I forgot it wasn''t generated :)> > > _______________________________________________ > rspec-users mailing list > rspec-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users >