upadted specs

This commit is contained in:
Vokhmin Alexey V 2014-10-14 23:44:26 +04:00
parent abeb7fbc1a
commit 6ce333c5a9
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ describe BuildList do
end
it 'ensures that return true if version of packages are same and platform RHEL is released' do
build_list.save_to_platform.update_attributes(released: true)
build_list.save_to_platform.update_attributes(released: true, distrib_type: 'rhel')
build_list.has_new_packages?.should be_true
end