diff --git a/debian/changelog b/debian/changelog index a2904b8..04475de 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ruby-omniauth-facebook (1.6.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Simplify debian/ruby-tests.rb to require the unique test file test/test.rb + + -- Cédric Boutillier Mon, 19 May 2014 23:54:02 +0200 + ruby-omniauth-facebook (1.6.0-1) unstable; urgency=low * Initial release (Closes: #705766) diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb index e2b5dd2..63477ae 100644 --- a/debian/ruby-tests.rb +++ b/debian/ruby-tests.rb @@ -1,2 +1,3 @@ $: << 'test' << '.' -Dir['{spec,test}/**/*.rb'].each { |f| require f } + +require './test/test'