Codebase list ruby-omniauth-facebook / 260cb64 Rakefile
260cb64

Tree @260cb64 (Download .tar.gz)

Rakefile @260cb64raw · history · blame

1
2
3
4
5
6
7
8
require 'bundler/gem_tasks'
require 'rake/testtask'

Rake::TestTask.new do |task|
  task.libs << 'test'
end

task :default => :test