Sha256: ed1310a0e0553e5babb4426c4563bbf31b42b9d6f0730265643455312379918c
Contents?: true
Size: 333 Bytes
Versions: 16
Compression:
Stored size: 333 Bytes
Contents
require 'spec_helper' require 'paratrooper/notifier' describe Paratrooper::Notifier do let(:notifier) { described_class.new } describe '#notify' do it 'sends correct method options' do notifier.should_receive(:update_repo_tag).with(test: 'blah') notifier.notify(:update_repo_tag, test: 'blah') end end end
Version data entries
16 entries across 16 versions & 1 rubygems