public
Description: Globe Mobile API
Homepage: http://www.globelabs.com.ph
Clone URL: git://github.com/gregmoreno/globe-mobile.git
globe-mobile / Rakefile
100644 9 lines (7 sloc) 0.186 kb
1
2
3
4
5
6
7
8
9
require 'rake'
require 'spec/rake/spectask'
 
desc "Run all tests"
Spec::Rake::SpecTask.new do |t|
  t.spec_files = FileList['test/*.rb'] - ['test/test_helper.rb']
  t.verbose = true
end