Skip to content

Commit 7c02f8a

Browse files
author
Kevin Paulisse
committed
Stub include-tags integration
1 parent 10fa564 commit 7c02f8a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
end
12+
13+
context 'with --include-tags not specified' do
14+
end
15+
16+
context 'with --ignore-tags and --include-tags specified' do
17+
end
18+
19+
context 'with --ignore-tags and --no-include-tags specified' do
20+
end
21+
end

0 commit comments

Comments
 (0)