mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Adding a Desc to the test task so it shows up running "rake -T"
This commit is contained in:
parent
f6825439d4
commit
28b58fb2ea
1 changed files with 1 additions and 0 deletions
1
Rakefile
1
Rakefile
|
@ -28,6 +28,7 @@ def apply_spec_defaults(s)
|
|||
s.add_development_dependency("open4", "~>1.0.1")
|
||||
end
|
||||
|
||||
desc "Run tests"
|
||||
task :test do
|
||||
sh "bacon -Itest -rubygems -a"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue