Uses the URI.join to determine the redirection URL - Fix #829

This commit is contained in:
erwanlr
2015-06-18 20:48:43 +01:00
parent ac3409e376
commit 14115761f9
3 changed files with 17 additions and 6 deletions

View File

@@ -5,6 +5,8 @@ require 'webmock/rspec'
# Code Coverage (only works with ruby >= 1.9)
require 'simplecov' if RUBY_VERSION >= '1.9'
RSpec::Expectations.configuration.warn_about_potential_false_positives = false
require File.expand_path(File.dirname(__FILE__) + '/../lib/common/common_helper')
SPEC_DIR = ROOT_DIR + '/spec'