debian-mirror-gitlab/vendor/gems/omniauth-salesforce/Rakefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
215 B
Ruby
Raw Normal View History

2022-10-11 01:57:18 +05:30
#!/usr/bin/env rake
require "bundler/gem_tasks"
require 'rspec/core/rake_task'
desc 'Default: run specs.'
task :default => :spec
desc "Run specs"
RSpec::Core::RakeTask.new
desc 'Run specs'
task :default => :spec