mirror of
https://github.com/tomgi/git_stats.git
synced 2024-11-01 01:51:01 +01:00
8 lines
127 B
Ruby
8 lines
127 B
Ruby
require "bundler/gem_tasks"
|
|
|
|
require 'rspec/core/rake_task'
|
|
|
|
task :default => :spec
|
|
|
|
desc "Run specs"
|
|
RSpec::Core::RakeTask.new |