Rakefile in druid-ts-1.2.0 vs Rakefile in druid-ts-1.2.1

- old
+ new

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