Skip to content

Commit b7802cc

Browse files
committed
Allow localhost in VCR (or selenium can't get through)
1 parent ffda438 commit b7802cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test/test_helper.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
VCR.configure do |config|
3636
config.cassette_library_dir = 'test/vcr_cassettes'
3737
config.hook_into :webmock
38+
config.ignore_localhost = true
3839
# config.allow_http_connections_when_no_cassette = true
3940
end
4041

0 commit comments

Comments
 (0)