spec/beaker/host/unix/file_spec.rb in beaker-4.7.0 vs spec/beaker/host/unix/file_spec.rb in beaker-4.8.0
- old
+ new
@@ -112,10 +112,10 @@
it 'adds in the PE portion of the filename correctly for el-based PE hosts' do
@platform = 'el-21-x86_64'
allow( instance ).to receive( :is_pe? ) { true }
filename = instance.repo_filename( 'pkg_name', 'pkg_version9' )
- correct = 'pl-pkg_name-pkg_version9-repos-pe-el-21-x86_64.repo'
+ correct = 'pl-pkg_name-pkg_version9-el-21-x86_64.repo'
expect( filename ).to be === correct
end
it 'builds the filename correctly for debian-based platforms' do
@platform = 'debian-8-x86_64'