From c6608417149085edb15366a35c88ec5bebbeabea Mon Sep 17 00:00:00 2001 From: Oleg Pudeyev Date: Thu, 16 Jan 2025 15:43:14 -0500 Subject: [PATCH] remove byebug requires --- integration/apps/rails-five/spec/spec_helper.rb | 1 - integration/apps/rails-six/spec/spec_helper.rb | 1 - integration/apps/sinatra2-classic/spec/spec_helper.rb | 1 - integration/apps/sinatra2-modular/spec/spec_helper.rb | 1 - 4 files changed, 4 deletions(-) diff --git a/integration/apps/rails-five/spec/spec_helper.rb b/integration/apps/rails-five/spec/spec_helper.rb index a77dd7398c6..6935b81f7b0 100644 --- a/integration/apps/rails-five/spec/spec_helper.rb +++ b/integration/apps/rails-five/spec/spec_helper.rb @@ -1,4 +1,3 @@ -require 'byebug' require 'support/integration_helper' RSpec.configure do |config| diff --git a/integration/apps/rails-six/spec/spec_helper.rb b/integration/apps/rails-six/spec/spec_helper.rb index a77dd7398c6..6935b81f7b0 100644 --- a/integration/apps/rails-six/spec/spec_helper.rb +++ b/integration/apps/rails-six/spec/spec_helper.rb @@ -1,4 +1,3 @@ -require 'byebug' require 'support/integration_helper' RSpec.configure do |config| diff --git a/integration/apps/sinatra2-classic/spec/spec_helper.rb b/integration/apps/sinatra2-classic/spec/spec_helper.rb index a77dd7398c6..6935b81f7b0 100644 --- a/integration/apps/sinatra2-classic/spec/spec_helper.rb +++ b/integration/apps/sinatra2-classic/spec/spec_helper.rb @@ -1,4 +1,3 @@ -require 'byebug' require 'support/integration_helper' RSpec.configure do |config| diff --git a/integration/apps/sinatra2-modular/spec/spec_helper.rb b/integration/apps/sinatra2-modular/spec/spec_helper.rb index a77dd7398c6..6935b81f7b0 100644 --- a/integration/apps/sinatra2-modular/spec/spec_helper.rb +++ b/integration/apps/sinatra2-modular/spec/spec_helper.rb @@ -1,4 +1,3 @@ -require 'byebug' require 'support/integration_helper' RSpec.configure do |config|