omniauth--omniauth/Rakefile

7 lines
158 B
Ruby
Raw Normal View History

require 'bundler'
Bundler::GemHelper.install_tasks
require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec)
task :default => :spec
2011-04-29 00:55:10 +00:00
task :test => :spec