src/ruby/spec/client_server_spec.rb in grpc-flamingo-1.11.0 vs src/ruby/spec/client_server_spec.rb in grpc-flamingo-1.15.0
- old
+ new
@@ -10,10 +10,10 @@
# distributed under the License is distributed on an "AS IS" BASIS,
# 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 'grpc'
+require 'spec_helper'
include GRPC::Core
shared_context 'setup: tags' do
let(:sent_message) { 'sent message' }