We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fa564 commit 7c02f8aCopy full SHA for 7c02f8a
1 file changed
spec/octocatalog-diff/integration/include_tags_spec.rb
@@ -0,0 +1,21 @@
1
+# frozen_string_literal: true
2
+
3
+require_relative 'integration_helper'
4
+require 'json'
5
6
+describe 'include-tags integration' do
7
+ context 'with --include-tags specified' do
8
+ end
9
10
+ context 'with --no-include-tags specified' do
11
12
13
+ context 'with --include-tags not specified' do
14
15
16
+ context 'with --ignore-tags and --include-tags specified' do
17
18
19
+ context 'with --ignore-tags and --no-include-tags specified' do
20
21
+end
0 commit comments