diff options
author | Zeger-Jan van de Weg <git@zjvandeweg.nl> | 2017-09-18 11:15:33 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2017-12-03 12:04:47 +0100 |
commit | 636376dd4d41856cc965718725f06bb8caacfd34 (patch) | |
tree | 5b1c61cd0b4d0d996268d97ab11ed58c1778b0fb /spec/models | |
parent | e0f84130567dc34edf1ae75fcf595e24991d2fa9 (diff) | |
download | gitlab-ce-636376dd4d41856cc965718725f06bb8caacfd34.tar.gz |
WIP
Diffstat (limited to 'spec/models')
-rw-r--r-- | spec/models/ci/artifact_spec.rb | 5 |
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 |