Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonne Haß <me@jhass.eu>2021-04-11 16:57:00 +0300
committerJonne Haß <me@jhass.eu>2021-04-11 18:25:18 +0300
commit2412ee390dbec5522cd14d02d52ab240a903fdfd (patch)
tree855c2f83e6b2043a6b10f482b9861dc72a52c56c /lib/tasks/cucumber.rake
parentf949ae2aab44b5e0d7f56d068413684b733fcc36 (diff)
update capybara and cucumber-rails
Diffstat (limited to 'lib/tasks/cucumber.rake')
-rw-r--r--lib/tasks/cucumber.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/cucumber.rake b/lib/tasks/cucumber.rake
index 815d35f6a..068d3ddbf 100644
--- a/lib/tasks/cucumber.rake
+++ b/lib/tasks/cucumber.rake
@@ -20,7 +20,7 @@ begin
t.binary = vendored_cucumber_bin # If nil, the gem's binary is used.
t.fork = true # You may get faster startup if you set this to false
t.profile = 'default'
- t.cucumber_opts = %w[--retry 3 --no-strict-flaky --fail-fast]
+ t.cucumber_opts = %w[--retry 3 --no-strict-flaky --fail-fast --publish-quiet]
end
Cucumber::Rake::Task.new({:wip => 'db:test:prepare'}, 'Run features that are being worked on') do |t|