context 'with label' do
        let(:source) { '[http://google.com Google]' }

        it { is_expected.to be_a(Tree::ExternalLink) }
        its(:link) { is_expected.to eq 'http://google.com' }