1
0
Fork 0
mirror of https://github.com/omniauth/omniauth.git synced 2022-11-09 12:31:49 -05:00
omniauth--omniauth/oa-more/Rakefile

7 lines
158 B
Text
Raw Normal View History

2011-01-12 09:44:48 -05:00
require 'bundler'
2011-04-22 03:52:45 -04:00
Bundler::GemHelper.install_tasks
2011-01-12 09:44:48 -05:00
require 'rspec/core/rake_task'
2011-04-22 03:52:45 -04:00
RSpec::Core::RakeTask.new(:spec)
2011-01-12 09:44:48 -05:00
task :default => :spec
2011-04-22 03:52:45 -04:00
task :test => :spec