spec/spec_helper.rb in vmware-vra-2.1.0 vs spec/spec_helper.rb in vmware-vra-2.1.1

- old
+ new

@@ -15,9 +15,9 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # -require 'vra' -require 'webmock/rspec' +require "vra" +require "webmock/rspec" WebMock.disable_net_connect!(allow_localhost: true)