mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-29 09:25:53 +00:00
6 lines
117 B
Ruby
6 lines
117 B
Ruby
require 'bundler/gem_tasks'
|
|
require 'rspec/core/rake_task'
|
|
|
|
RSpec::Core::RakeTask.new(:spec)
|
|
|
|
task :default => :spec
|