Skip to content

Commit

Permalink
Remove extra logging
Browse files Browse the repository at this point in the history
  • Loading branch information
composerinteralia committed Mar 29, 2020
1 parent b072c83 commit 1f50858
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
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", "pretty", "--backtrace", "--verbose"]
t.cucumber_opts = ["--format", (ENV["CUCUMBER_FORMAT"] || "progress")]
end

RSpec::Core::RakeTask.new(:spec)
Expand Down
1 change: 0 additions & 1 deletion features/support/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def run_rails_new_command(name)

def validate_rails_new_success(result)
expect(result).to have_output(/README/)
$stdout.puts result.output
expect(last_command_started).to be_successfully_executed
end

Expand Down

0 comments on commit 1f50858

Please sign in to comment.