Sha256: a112f7bd285ea10b98def5d95515edeeae8f68db565e386c0b9e9f610c20d51b
Contents?: true
Size: 401 Bytes
Versions: 6
Compression:
Stored size: 401 Bytes
Contents
require 'spec_helper' RSpec.describe Sufia::Workflow::CompleteNotification do let(:entity) { double(:sipity_entity, proxy_for_global_id: '1234', proxy_for: double(title: 'title')) } let(:comment) { nil } it 'is deprecated' do expect(Deprecation).to receive(:warn).with(described_class, /^initialize is deprecated/, kind_of(Array)) described_class.new(entity, nil, double, {}) end end
Version data entries
6 entries across 6 versions & 1 rubygems