Skip to content

Commit

Permalink
remove byebug requires
Browse files Browse the repository at this point in the history
  • Loading branch information
p committed Jan 16, 2025
1 parent 4d57dfb commit ce50a1c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion integration/apps/rails-five/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'byebug'
require 'support/integration_helper'

RSpec.configure do |config|
Expand Down
1 change: 0 additions & 1 deletion integration/apps/rails-six/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'byebug'
require 'support/integration_helper'

RSpec.configure do |config|
Expand Down
1 change: 0 additions & 1 deletion integration/apps/sinatra2-classic/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'byebug'
require 'support/integration_helper'

RSpec.configure do |config|
Expand Down
1 change: 0 additions & 1 deletion integration/apps/sinatra2-modular/spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
require 'byebug'
require 'support/integration_helper'

RSpec.configure do |config|
Expand Down

0 comments on commit ce50a1c

Please sign in to comment.