Skip to content

Commit

Permalink
Attempt to get more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Mar 29, 2020
1 parent f1c6dbd commit dd174a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Bundler::GemHelper.install_tasks name: "factory_bot_rails"

Cucumber::Rake::Task.new(:cucumber) do |t|
t.fork = true
t.cucumber_opts = ["--format", (ENV["CUCUMBER_FORMAT"] || "progress")]
t.cucumber_opts = ["--format", "pretty", "--backtrace", "--verbose"]
end

RSpec::Core::RakeTask.new(:spec)
Expand Down

0 comments on commit dd174a9

Please sign in to comment.