mirror of
https://github.com/omniauth/omniauth.git
synced 2022-11-09 12:31:49 -05:00
6 lines
158 B
Ruby
6 lines
158 B
Ruby
require 'bundler'
|
|
Bundler::GemHelper.install_tasks
|
|
require 'rspec/core/rake_task'
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
task :default => :spec
|
|
task :test => :spec
|