Skip to content

Commit

Permalink
test(CI): Test endpoint values on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Cawllec committed Apr 13, 2018
1 parent 2b88678 commit 8439db6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions features/steps/ruby_notifier_steps.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
require 'net/http'
require 'open3'
require 'pp'

When("I configure the bugsnag endpoint") do
pp current_ip
pp MOCK_API_PORT
pp "http://#{current_ip}:#{MOCK_API_PORT}"
steps %Q{
When I set environment variable "MAZE_ENDPOINT" to "http://#{current_ip}:#{MOCK_API_PORT}"
}
Expand Down

0 comments on commit 8439db6

Please sign in to comment.