Rakefile in druid-ts-0.0.1 vs Rakefile in druid-ts-1.1.0

- old
+ new

@@ -25,9 +25,9 @@ task :default => :spec namespace :features do - Cucumber::Rake::Task.new(:watir, "Run features with Watir") do |t| + Cucumber::Rake::Task.new(:watir_webdriver, "Run features with Watir webdriver") do |t| t.profile = "watir" end end