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

7 lines
158 B
Text
Raw Normal View History

2010-06-12 21:29:31 -04:00
require 'bundler'
2011-04-22 03:52:45 -04:00
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
2011-04-22 03:52:45 -04:00
RSpec::Core::RakeTask.new(:spec)
2010-06-12 21:29:31 -04:00
task :default => :spec
2011-04-22 03:52:45 -04:00
task :test => :spec