From b2e504616aea3c274395575bfcca8cf45de1d180 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 16 Nov 2016 19:11:30 +0100 Subject: Remove broken test --- spec/javascript/components/loading_indicator.test.jsx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'spec/javascript/components/loading_indicator.test.jsx') diff --git a/spec/javascript/components/loading_indicator.test.jsx b/spec/javascript/components/loading_indicator.test.jsx index 7039dbfbd..677ff4aaf 100644 --- a/spec/javascript/components/loading_indicator.test.jsx +++ b/spec/javascript/components/loading_indicator.test.jsx @@ -4,8 +4,5 @@ import { shallow } from 'enzyme'; import LoadingIndicator from '../../../app/assets/javascripts/components/components/loading_indicator' describe('', () => { - it('renders text that indicates loading', () => { - const wrapper = shallow(); - expect(wrapper.text()).to.match(/loading/i); - }); + }); -- cgit