mirror of
https://github.com/neocities/neocities.git
synced 2025-08-05 09:11:28 +02:00
Update rake, hoe, disable over-verbose test warnings
This commit is contained in:
parent
f4d12b625a
commit
e9b688e388
3 changed files with 9 additions and 8 deletions
3
Rakefile
3
Rakefile
|
@ -8,7 +8,8 @@ desc "Run all tests"
|
|||
Rake::TestTask.new do |t|
|
||||
t.libs << "spec"
|
||||
t.test_files = FileList['tests/**/*_tests.rb']
|
||||
t.verbose = true
|
||||
t.verbose = false
|
||||
t.warning = false
|
||||
end
|
||||
|
||||
task :default => :test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue