Sha256: 614fcde4fbb3b8fec5186a16469a5ce74100874e278306ca2e01e6833142c66c
Contents?: true
Size: 415 Bytes
Versions: 6
Compression:
Stored size: 415 Bytes
Contents
# frozen_string_literal: true require 'spec_helper' describe 'Zendesk2::Client', 'messages' do around do |example| current = Cistern.deprecation_warnings? Cistern.deprecation_warnings = true example.run Cistern.deprecation_warnings = current end specify('are deprecated') do expect { Zendesk2::Client.mocking? }.to output(/deprecated, use Zendesk2/).to_stderr_from_any_process end end
Version data entries
6 entries across 6 versions & 1 rubygems