Commit 6ee0ea6c authored by Filipa Lacerda's avatar Filipa Lacerda

Fix conflicts for spec/javascripts/lib/utils/text_utility_spec.js

parent 9b502777
......@@ -55,15 +55,12 @@ describe('text_utility', () => {
});
});
<<<<<<< HEAD
describe('capitalizeFirstCharacter', () => {
it('returns string with first letter capitalized', () => {
expect(textUtils.capitalizeFirstCharacter('gitlab')).toEqual('Gitlab');
});
});
=======
>>>>>>> upstream/master
describe('stripeHtml', () => {
it('replaces html tag with the default replacement', () => {
expect(textUtils.stripeHtml('This is a text with <p>html</p>.')).toEqual('This is a text with html.');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment