Codebase list ruby-omniauth-facebook / a16e04b
Simplify debian/ruby-tests.rb to require the unique test file test/test.rb Cédric Boutillier 9 years ago
2 changed file(s) with 9 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 ruby-omniauth-facebook (1.6.0-2) UNRELEASED; urgency=medium
1
2 * Team upload.
3 * Simplify debian/ruby-tests.rb to require the unique test file test/test.rb
4
5 -- Cédric Boutillier <boutil@debian.org> Mon, 19 May 2014 23:54:02 +0200
6
07 ruby-omniauth-facebook (1.6.0-1) unstable; urgency=low
18
29 * Initial release (Closes: #705766)
00 $: << 'test' << '.'
1 Dir['{spec,test}/**/*.rb'].each { |f| require f }
1
2 require './test/test'