windows - How to Install Cucumber-Rails under window7 OS -


i folllow guid install cucumber-rails. when run "rails generate cucumber:install # rails 3" , got error "could not find generator cucumber:install." have run "bundle install".

output:

using rake (0.8.7) using abstract (1.0.0) using activesupport (3.0.3) using builder (2.1.2) using i18n (0.5.0) using activemodel (3.0.3) using erubis (2.6.6) using rack (1.2.1) using rack-mount (0.6.13) using rack-test (0.5.7) using tzinfo (0.3.24) using actionpack (3.0.3) using mime-types (1.16) using polyglot (0.3.1) using treetop (1.4.9) using mail (2.2.15) using actionmailer (3.0.3) using arel (2.0.7) using activerecord (3.0.3) using activeresource (3.0.3) using bundler (1.0.9) using mysql2 (0.2.6) using thor (0.14.6) using railties (3.0.3) using rails (3.0.3) bundle complete! use `bundle show [gemname]` see bundled gem installed. 

gemfile: gem 'rails', '3.0.3'

is there 1 can tell doest cucumber support on windows, , how can install it.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -