1
0
Fork 0
mirror of https://github.com/simi/omniauth-facebook.git synced 2022-11-09 12:32:45 -05:00
simi--omniauth-facebook/Rakefile
2012-07-01 16:45:22 -07:00

8 lines
132 B
Ruby

require 'bundler/gem_tasks'
require 'rake/testtask'
Rake::TestTask.new do |task|
task.libs << 'test'
end
task :default => :test