Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #214 from skukx/add-byebug-dependency
Browse files Browse the repository at this point in the history
Add byebug dependency
  • Loading branch information
jacobherrington authored Feb 12, 2019
2 parents d0b33ca + ffd9547 commit ea093fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions solidus_paypal_braintree.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency "braintree", '~> 2.65'
s.add_dependency 'activemerchant', '~> 1.48'

s.add_development_dependency 'byebug'
s.add_development_dependency 'capybara'
s.add_development_dependency 'puma'
s.add_development_dependency 'capybara-screenshot'
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
require "solidus_support/extension/feature_helper"
require 'spree/testing_support/controller_requests'

require 'byebug'
require 'vcr'
require 'webmock'
require 'selenium-webdriver'
Expand Down

0 comments on commit ea093fa

Please sign in to comment.