diff options
author | Ted Hogan <ted.hogan17@gmail.com> | 2015-12-29 11:25:46 -0700 |
---|---|---|
committer | Ted Hogan <ted.hogan17@gmail.com> | 2015-12-29 11:25:46 -0700 |
commit | 9fc6df512b53ff0e589bc6be7932da8ecfec4033 (patch) | |
tree | 6d356b79b323c2efb7c4d2c92aff2cdfd7c17358 /spec/models/snippet_spec.rb | |
parent | 6e6a99061dbec4bb45a398a03e8a13a084e44035 (diff) | |
parent | eeba266e3d45f2e82f84bd3aab85195c890efb89 (diff) | |
download | gitlab-ce-9fc6df512b53ff0e589bc6be7932da8ecfec4033.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into wipMergeSpacing
Diffstat (limited to 'spec/models/snippet_spec.rb')
-rw-r--r-- | spec/models/snippet_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/snippet_spec.rb b/spec/models/snippet_spec.rb index 81581838675..eb2dbbdc5a4 100644 --- a/spec/models/snippet_spec.rb +++ b/spec/models/snippet_spec.rb @@ -17,7 +17,7 @@ require 'spec_helper' -describe Snippet do +describe Snippet, models: true do describe 'modules' do subject { described_class } |