mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Behave like a nice library and run rake test as default
This commit is contained in:
parent
258d360030
commit
bab85e7f70
1 changed files with 3 additions and 0 deletions
3
Rakefile
3
Rakefile
|
@ -28,6 +28,9 @@ def apply_spec_defaults(s)
|
|||
s.add_development_dependency("open4", "~>1.0.1")
|
||||
end
|
||||
|
||||
desc "Set up and run tests"
|
||||
task :default => [:test]
|
||||
|
||||
desc "Run tests"
|
||||
task :test do
|
||||
sh "bacon -Itest -rubygems -a -q"
|
||||
|
|
Loading…
Reference in a new issue