context 'with unnamed variable' do
      let(:source) { '{{the name|en}}' }

      it { is_expected.to be_a(Tree::Template) }
      its(:name) { is_expected.to eq 'the name' }