test/telnyx/api_resource_test.rb in telnyx-2.6.0 vs test/telnyx/api_resource_test.rb in telnyx-2.7.0

- old
+ new

@@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # frozen_string_literal: true -require ::File.expand_path("../../test_helper", __FILE__) +require_relative "../test_helper" module Telnyx class ApiResourceTest < Test::Unit::TestCase should "creating a new APIResource should not fetch over the network" do Telnyx::MessagingProfile.new("someid")