Skip to content

Commit e372127

Browse files
committed
test: fix inline documentation of test_simple
1 parent e1ae7c2 commit e372127

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/integration/test_simple.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,12 @@ def test_update_single_package
134134
File.basename(_1, '.exe')
135135
}.sort
136136

137-
# we should end up with two executables
137+
# we should end up with three executables
138138
# * simple - the simple example from adder
139+
# * test-adding - test for adder
139140
# * using-adder - for this project
140-
# ...and notably no test for adder, which must be disabled from the option override from above
141+
# ...in contrast to update_with_option_off_and_build_with_uri_shorthand_syntax with
142+
# expect adder not to be disabled, since we set `EXCLUDE_FROM_ALL NO`.
141143
assert_equal ['simple', 'test-adding', 'using-adder'], exes
142144
}
143145

0 commit comments

Comments
 (0)