summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Johnson <bryce@gitlab.com>2017-04-24 13:45:16 -0400
committerBryce Johnson <bryce@gitlab.com>2017-04-25 11:09:13 -0400
commitd39d8114e5bebc3760efaff9687ce0e1812362b8 (patch)
tree7efbd3b032b368dedb47d355e1277bf6fbaf12e6
parent8e899ead6086dc5c3b871c39f05725292261d629 (diff)
downloadgitlab-ce-d39d8114e5bebc3760efaff9687ce0e1812362b8.tar.gz
Remove fdescribe.
-rw-r--r--spec/javascripts/vue_shared/components/pipelines_table_row_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js b/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js
index b0844ffc26d..59131159ef2 100644
--- a/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js
+++ b/spec/javascripts/vue_shared/components/pipelines_table_row_spec.js
@@ -79,7 +79,7 @@ describe('Pipelines Table Row', () => {
});
});
- fdescribe('actions column', () => {
+ describe('actions column', () => {
it('should render the provided actions', () => {
expect(this.component.$el.querySelectorAll('td:nth-child(6) ul li').length)
.toEqual(pipeline.details.manual_actions.length);