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
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
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
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
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
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
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
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