Codebase list ruby-omniauth-facebook / 7db6a28 Rakefile
7db6a28

Tree @7db6a28 (Download .tar.gz)

Rakefile @7db6a28raw · 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