Sha256: caa47215b48c25dc98d8a0fc9e0e272381ed8cafa8906353686488290aac4f7a
Contents?: true
Size: 445 Bytes
Versions: 9
Compression:
Stored size: 445 Bytes
Contents
require 'spec_helper' describe BitBucket::Error::BlankValue do context 'an event that does not exist is passed in BitBucket::Repos::Webhooks#create or BitBucket::Repos::Webhooks#edit' do it 'should raise an error with a message' do expect { raise described_class.new('required_key') }. to raise_error( BitBucket::Error::BlankValue, "The value for: 'required_key', cannot be blank :(" ) end end end
Version data entries
9 entries across 9 versions & 2 rubygems