Skip to content

Commit

Permalink
Avoid using 'Web Driver' - that's Selenium 2.0 and will only confuse …
Browse files Browse the repository at this point in the history
…people.
  • Loading branch information
aslakhellesoy committed Dec 6, 2009
1 parent a3a4d53 commit 511548e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/cucumber/cucumber_generator.rb
Expand Up @@ -112,7 +112,7 @@ def after_generate
#{yellow_cukes(15)}
#{yellow_cukes(1)} W E B D R I V E R A L E R T #{yellow_cukes(1)}
#{yellow_cukes(1)} D R I V E R A L E R T #{yellow_cukes(1)}
You didn't explicitly generate with --capybara or --webrat, so I looked at
your gems and saw that you had #{green(@default_driver.to_s)} installed, so I went with that.
Expand Down

0 comments on commit 511548e

Please sign in to comment.