File tree Expand file tree Collapse file tree
integration/repositories/controls Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 its ( 'mode' ) { should cmp '0755' }
2626 end
2727
28- describe file ( '/etc/apt/sources.list.d/spotify -binary.list' ) do
28+ describe file ( '/etc/apt/sources.list.d/multimedia-stable -binary.list' ) do
2929 it { should exist }
3030 it { should be_owned_by 'root' }
3131 it { should be_grouped_into 'root' }
3232 its ( 'mode' ) { should cmp '0644' }
3333 its ( :content ) do
3434 should match (
35- %r{deb \[ arch=amd64\] http://repository.spotify.com stable non-free }
35+ %r{deb \[ arch=amd64\] http://www.deb-multimedia.org stable main }
3636 )
3737 end
3838 end
Original file line number Diff line number Diff line change 66 clean_sources_list_d : true
77
88 repositories :
9- spotify :
9+ multimedia-stable :
1010 distro : stable
11- url : http://repository.spotify.com
11+ url : http://www.deb-multimedia.org
1212 arch : [amd64]
13- comps : [non-free ]
14- keyid : 2EBF997C15BDA244B6EBF5D84773BD5E130D1D45
13+ comps : [main ]
14+ keyid : 5C808C2B65558117
1515 keyserver : keyserver.ubuntu.com
1616 heroku :
1717 distro : ./
You can’t perform that action at this time.
0 commit comments