debian-mirror-gitlab/debian/gems-compat/omniauth-ultraauth-0.0.2/Rakefile

7 lines
117 B
Text
Raw Normal View History

2019-08-03 10:13:22 +05:30
require "bundler/gem_tasks"
require "rspec/core/rake_task"
RSpec::Core::RakeTask.new(:spec)
task :default => :spec