Skip to content

Commit a10f9c4

Browse files
committed
add alias to spec tests
1 parent 58d5cb2 commit a10f9c4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

spec/classes/python_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@
108108
# Base debian packages.
109109
it { is_expected.to contain_package("python") }
110110
it { is_expected.to contain_package("python-dev").with_name("python-devel") }
111+
it { is_expected.to contain_package("python-dev").with_alias("python-devel") }
111112
it { is_expected.to contain_package("pip") }
112113
# Basic python packages (from pip)
113114
it { is_expected.to contain_package("virtualenv")}

0 commit comments

Comments
 (0)