scaffold/config_files/Rakefile in bddfire-2.0.6 vs scaffold/config_files/Rakefile in bddfire-2.0.7
- old
+ new
@@ -41,9 +41,13 @@
Cucumber::Rake::Task.new(:selenium) do |t|
t.cucumber_opts = 'features -p selenium --format pretty --profile html -t ~@api '
end
+Cucumber::Rake::Task.new(:firefox) do |t|
+ t.cucumber_opts = 'features -p selenium --format pretty --profile html -t ~@api '
+end
+
Cucumber::Rake::Task.new(:poltergeist) do |t|
t.cucumber_opts = 'features -p poltergeist --format pretty --profile html -t ~@api '
end
Cucumber::Rake::Task.new(:chrome) do |t|