Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-13 17:35:33 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-01-13 17:35:33 +0300
commit908443868721e0ea0940086fe39fd433feae2891 (patch)
tree9908801a607b5f9eeea320d12ba76319d37201f9
parent0433790958e3ce701dd46f697f421f2db69fba10 (diff)
Remove empty build spec file from invalid location
-rw-r--r--spec/models/build_spec.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/spec/models/build_spec.rb b/spec/models/build_spec.rb
deleted file mode 100644
index 64c751e791f..00000000000
--- a/spec/models/build_spec.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-require 'spec_helper'
-
-describe Ci::Build, models: true do
-
-
-end