Skip to content

Commit

Permalink
chore(Gemfile): add rspec-debug gem
Browse files Browse the repository at this point in the history
  • Loading branch information
iberianpig committed Aug 21, 2023
1 parent 5fa8a91 commit 7c46df0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ gem "github_changelog_generator", "~> 1.16"
gem "lefthook"
gem "rake", "~> 13.0"
gem "rspec", "~> 3.0"
gem 'rspec-debug'
gem "rubocop"
gem "rubocop-rake"
gem "rubocop-rspec"
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "rspec/debug"
require "fusuma/plugin/remap"

RSpec.configure do |config|
Expand Down

0 comments on commit 7c46df0

Please sign in to comment.