mirror of
https://github.com/hakanensari/frankfurter.git
synced 2024-11-25 12:32:30 +01:00
Remove verbose flag
This commit is contained in:
parent
e968c2c6b4
commit
f8027c3757
@ -3,5 +3,4 @@ require 'rake/testtask'
|
|||||||
Rake::TestTask.new do |t|
|
Rake::TestTask.new do |t|
|
||||||
t.libs.push('lib')
|
t.libs.push('lib')
|
||||||
t.test_files = FileList['spec/*_spec.rb']
|
t.test_files = FileList['spec/*_spec.rb']
|
||||||
t.verbose = true
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user