mirror of
https://github.com/tomgi/git_stats.git
synced 2024-12-21 21:12:19 +01:00
spec is a default rake task
This commit is contained in:
parent
e29eceefca
commit
da3f316223
1 changed files with 7 additions and 0 deletions
7
Rakefile
7
Rakefile
|
@ -1 +1,8 @@
|
|||
require "bundler/gem_tasks"
|
||||
|
||||
require 'rspec/core/rake_task'
|
||||
|
||||
task :default => :spec
|
||||
|
||||
desc "Run specs"
|
||||
RSpec::Core::RakeTask.new
|
Loading…
Reference in a new issue