Skip to content

Commit

Permalink
add alias to spec tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dannygoulder committed Oct 9, 2016
1 parent 58d5cb2 commit a10f9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/classes/python_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
# Base debian packages.
it { is_expected.to contain_package("python") }
it { is_expected.to contain_package("python-dev").with_name("python-devel") }
it { is_expected.to contain_package("python-dev").with_alias("python-devel") }
it { is_expected.to contain_package("pip") }
# Basic python packages (from pip)
it { is_expected.to contain_package("virtualenv")}
Expand Down

0 comments on commit a10f9c4

Please sign in to comment.