Skip to content

Commit

Permalink
Add pry-byebug as a dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 21, 2024
1 parent ff1cc3a commit 6ee0ef1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ ruby '~> 3.0'

gemspec

gem 'pry-byebug', '~> 3.10'
gem 'rake', '>= 12.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.64'
gem 'rubocop-performance', '~> 1.0'
gem 'rubocop-rake', '~> 0.6.0'
gem 'rubocop-rspec', '~> 2.0'
gem 'simplecov', '~> 0.22'
gem 'watir', '~> 7.0'
gem 'watir', '~> 7.0'
3 changes: 2 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
require 'rspec'
require 'screen-recorder'
require 'watir'
require 'pry-byebug'

RSpec.configure do |config|
# Enable flags like --only-failures and --next-failure
Expand Down Expand Up @@ -143,4 +144,4 @@ def delete_file(pattern)
def get_resolution(filename)
metadata = FFMPEG::Movie.new(filename)
metadata.resolution
end
end

0 comments on commit 6ee0ef1

Please sign in to comment.