Skip to content

Commit

Permalink
adapt tests for fix whitespace in source.list
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Mauf committed Dec 9, 2015
1 parent d18ec54 commit e5f0e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/defines/source_compat_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
}
end

it { is_expected.to contain_apt__setting('list-my_source').with_content(/# my_source\ndeb \[arch=x86_64 \] http:\/\/debian\.mirror\.iweb\.ca\/debian\/ wheezy main\n/)
it { is_expected.to contain_apt__setting('list-my_source').with_content(/# my_source\ndeb \[arch=x86_64\] http:\/\/debian\.mirror\.iweb\.ca\/debian\/ wheezy main\n/)
}
end

Expand Down

0 comments on commit e5f0e13

Please sign in to comment.