Skip to content

Commit db885d6

Browse files
committed
Remove Pry instances added
1 parent e8dade9 commit db885d6

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ end
1717
group :development, :test do
1818
gem 'byebug'
1919
gem 'guard-rspec', require: false
20-
21-
gem 'pry-byebug'
22-
2320
gem 'rspec', require: false
2421

2522
gem 'rubocop', '~> 0.68.1', require: false unless RUBY_VERSION =~ /^1.8/

spec/parser_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
require File.dirname(__FILE__) + '/spec_helper.rb'
22

3-
require 'pry'
4-
53
describe Parser do # rubocop:disable Metrics/BlockLength
64
context 'when given empty args' do
75
it 'returns an options hash with defaults' do

0 commit comments

Comments
 (0)