summaryrefslogtreecommitdiff
path: root/spec/models/ci
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2017-09-18 11:15:33 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2017-12-03 12:04:47 +0100
commit636376dd4d41856cc965718725f06bb8caacfd34 (patch)
tree5b1c61cd0b4d0d996268d97ab11ed58c1778b0fb /spec/models/ci
parente0f84130567dc34edf1ae75fcf595e24991d2fa9 (diff)
downloadgitlab-ce-636376dd4d41856cc965718725f06bb8caacfd34.tar.gz
WIP
Diffstat (limited to 'spec/models/ci')
-rw-r--r--spec/models/ci/artifact_spec.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/spec/models/ci/artifact_spec.rb b/spec/models/ci/artifact_spec.rb
new file mode 100644
index 00000000000..438964fd787
--- /dev/null
+++ b/spec/models/ci/artifact_spec.rb
@@ -0,0 +1,5 @@
+require 'rails_helper'
+
+RSpec.describe Artifact, type: :model do
+ pending "add some examples to (or delete) #{__FILE__}"
+end