Skip to content

Commit

Permalink
Merge pull request #16 from everypolitician-scrapers/refactor-add-pry…
Browse files Browse the repository at this point in the history
…-to-test-helper

Add 'pry' to test-helper
  • Loading branch information
tmtmtmtm committed Mar 3, 2017
2 parents f4459a0 + b14b677 commit 5c45b37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# frozen_string_literal: true
require 'minitest/around/spec'
require 'minitest/autorun'
require 'pry'
require 'vcr'
require 'webmock'
require 'minitest/around/spec'

VCR.configure do |c|
c.cassette_library_dir = 'test/cassettes'
Expand Down

0 comments on commit 5c45b37

Please sign in to comment.