diff -Nru ruby-foreman-0.78.0/debian/changelog ruby-foreman-0.78.0/debian/changelog --- ruby-foreman-0.78.0/debian/changelog 2015-09-11 12:42:41.000000000 +0000 +++ ruby-foreman-0.78.0/debian/changelog 2016-01-09 22:46:46.000000000 +0000 @@ -1,3 +1,13 @@ +ruby-foreman (0.78.0-3) unstable; urgency=medium + + * Run tests in a specific order (Closes: #809594) + . + When running in random orders, for some specific orders the first test + from spec/foreman/cli_spec.rb will always fail in a very weird way that I + could not reproduce in any way outside of this package tests. + + -- Antonio Terceiro Sat, 09 Jan 2016 20:46:41 -0200 + ruby-foreman (0.78.0-2) unstable; urgency=medium * 0003-spec_helper-misc-changes-to-run-against-Debian-packa.patch: update to diff -Nru ruby-foreman-0.78.0/debian/ruby-tests.rake ruby-foreman-0.78.0/debian/ruby-tests.rake --- ruby-foreman-0.78.0/debian/ruby-tests.rake 2015-09-11 12:42:41.000000000 +0000 +++ ruby-foreman-0.78.0/debian/ruby-tests.rake 2016-01-09 22:46:46.000000000 +0000 @@ -2,6 +2,7 @@ RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' + spec.rspec_opts = '--seed 47932' end task :default => :spec