Skip to content

Commit

Permalink
Travis rake task needs access to github
Browse files Browse the repository at this point in the history
  • Loading branch information
Anusha Ranganathan committed Jan 4, 2016
1 parent cd178c8 commit 2fa90e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# If you are not using ActiveRecord, you can remove this line.
ActiveRecord::Migration.maintain_test_schema!

WebMock.disable_net_connect!(:allow => [/127.0.0.1/, /localhost/] )
WebMock.disable_net_connect!(:allow => [/127.0.0.1/, /localhost/, /github.com/] )

RSpec.configure do |config|
config.include Capybara::DSL
Expand Down

0 comments on commit 2fa90e2

Please sign in to comment.