~ubuntu-branches/ubuntu/vivid/ruby-stringex/vivid-proposed

« back to all changes in this revision

Viewing changes to debian/ruby-tests.rake

  • Committer: Package Import Robot
  • Author(s): Youhei SASAKI
  • Date: 2014-05-30 01:15:06 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140530011506-gqmvsja16gwyevdv
Tags: 2.5.2-1
* Imported Upstream version 2.5.2
* Drop obsolete patches
* Update test path: follow upstream changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
task :default => :test
3
3
Rake::TestTask.new do |t|
4
4
  t.libs << 'lib' << 'test'
5
 
  t.pattern   = 'test/*.rb'
 
5
  t.pattern   = 'test/unit/**/*_test.rb'
6
6
  t.verbose   = true
7
7
end