Re: [rspec-users] cucumber generator error in rails 3

2011-02-09 Thread Alex H.
I also get this error, after I run "rails generate cucumber:install # Rails 3". My target is that let Cucumber-Rails add a few files to your project. I am following the guid of https://github.com/aslakhellesoy/cucumber/wiki/Ruby-on-Rails I run bundle install. Out put as following: Using rake (0

Re: [rspec-users] cucumber generator error in rails 3

2010-09-27 Thread Tero Tilus
Senthil kumar Loganathan, 2010-09-27 08:11: > Did I missed any gems or do I need to do any configurations? I had cucumber:install work fine with rails3. Did you remember to `bundle install`? Also you did not seem to have Rails in your Gemfile. Do you have it vendored or? If `rails --version` i

Re: [rspec-users] cucumber generator error in rails 3

2010-09-27 Thread Brennon Bortz
On Mon, 2010-09-27 at 07:11 +0200, Senthil kumar Loganathan wrote: > I have my Gem file as mentioned in the github > gem 'capybara' > gem 'database_cleaner' > gem 'cucumber-rails' > gem 'cucumber' > gem 'rspec-rails' > gem 'spork' > gem 'launchy > > but when i give rails generate cuc

[rspec-users] cucumber generator error in rails 3

2010-09-26 Thread Senthil kumar Loganathan
I have my Gem file as mentioned in the github gem 'capybara' gem 'database_cleaner' gem 'cucumber-rails' gem 'cucumber' gem 'rspec-rails' gem 'spork' gem 'launchy but when i give rails generate cucumber:install, I am getting the error saying 'Could not find generator cucumber:install

Re: [rspec-users] Cucumber generator

2010-01-16 Thread Vladimir Rybas
Thanks! Also you need to install webrat gem for cucumber generators to work. If you use Ubuntu, make sure you got 'libxslt-ruby' and 'libxslt1-dev' packages installed. On Jan 14, 1:16 am, Onno van der Straaten wrote: > Thanks! > > On Wed, Jan 13, 2010 at 8:32 AM, Ben Lovell wrote: > > > > > Try

Re: [rspec-users] Cucumber generator

2010-01-13 Thread Onno van der Straaten
Thanks! On Wed, Jan 13, 2010 at 8:32 AM, Ben Lovell wrote: > Try > > gem install cucumber-rails > > In a recent release the generators were split from the main project. > > Sent from my iPhone > > > On 13 Jan 2010, at 06:38, Onno van der Straaten < > onno.van.der.straa...@gmail.com> wrote: > > H

Re: [rspec-users] Cucumber generator

2010-01-12 Thread Ben Lovell
Try gem install cucumber-rails In a recent release the generators were split from the main project. Sent from my iPhone On 13 Jan 2010, at 06:38, Onno van der Straaten > wrote: Hi, I'm new to RSpec and Cucumber and I'm following the RSpec book. I have cucumber gem installed but when I use

[rspec-users] Cucumber generator

2010-01-12 Thread Onno van der Straaten
Hi, I'm new to RSpec and Cucumber and I'm following the RSpec book. I have cucumber gem installed but when I use script/generate cucumber it responds with Couldn't find 'cucumber' generator? Thanks, Onno ___ rspec-users mailing list rspec-users@rubyforge