Skip to content

Commit

Permalink
Remove commented code & debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
tapan-sh committed Jun 21, 2024
1 parent 7ad3551 commit 77e9af8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
strategy:
matrix:
# ruby-version: ['2.7', '3.0', '3.1', '3.2']
gemfile:
- rails_4
- rails_5
Expand Down
2 changes: 0 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
require 'digest/md5'
require 'factory_bot'

require 'pry-byebug'

Dir["#{File.dirname(__FILE__)}/../spec/support/**/*.rb"].sort.each { |ext| require ext }
Dir["#{File.dirname(__FILE__)}/../spec/factories/*.rb"].sort.each { |ext| require ext }

Expand Down

0 comments on commit 77e9af8

Please sign in to comment.