sebastianzillessen
2010-Jun-11 12:04 UTC
Problem using Ruby On Rails with rspec to write user stories
Hej out there, i''m a newbie on ror and im trying to install rspec on my computer. I installed rspec an rspec-rails via gem. when i''m running the file script/generate rspec it works. but i have no folder called stories.... how can i fix this problem? thanks... hope to get some help;) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Marnen Laibow-Koser
2010-Jun-11 13:14 UTC
Re: Problem using Ruby On Rails with rspec to write user sto
sebastianzillessen wrote:> Hej out there, > > i''m a newbie on ror and im trying to install rspec on my computer. I > installed rspec an rspec-rails via gem. > > when i''m running the file script/generate rspec it works. but i have > no folder called stories.... > how can i fix this problem?There''s no problem -- you''re just looking at old documentation! The story runner was removed from RSpec some time ago and renamed Cucumber. See http://www.rspec.info and http://cukes.info for current docs.> thanks... > > hope to get some help;)Best, -- Marnen Laibow-Koser http://www.marnen.org marnen-sbuyVjPbboAdnm+yROfE0A@public.gmane.org -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Ants Pants
2010-Jun-11 13:19 UTC
Re: Problem using Ruby On Rails with rspec to write user stories
you will get spec/ from rspec and /features with cucumber. Don;t forget to install Cucumber and boostrap it. Your stories will go in /features and your steps in /spec. hope that helps. -Ants On 11 June 2010 14:04, sebastianzillessen <sebastianzillessen-Mmb7MZpHnFY@public.gmane.org> wrote:> Hej out there, > > i''m a newbie on ror and im trying to install rspec on my computer. I > installed rspec an rspec-rails via gem. > > when i''m running the file script/generate rspec it works. but i have > no folder called stories.... > how can i fix this problem? > thanks... > > hope to get some help;) > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.