remove rspec block notation from Rakefile
This commit is contained in:
Родитель
e21ab51db5
Коммит
886a322880
1
.rspec
1
.rspec
|
@ -1,2 +1,3 @@
|
|||
--order rand
|
||||
--warnings
|
||||
--format progress
|
||||
|
|
7
Rakefile
7
Rakefile
|
@ -5,12 +5,7 @@ require "rspec/core/rake_task"
|
|||
require "net/http"
|
||||
require "net/https"
|
||||
|
||||
desc "Run RSpec"
|
||||
# RSpec::Core::RakeTask.new(:spec)
|
||||
RSpec::Core::RakeTask.new do |t|
|
||||
t.verbose = false
|
||||
t.rspec_opts = "--format progress"
|
||||
end
|
||||
RSpec::Core::RakeTask.new
|
||||
|
||||
begin
|
||||
require "rdoc/task"
|
||||
|
|
Загрузка…
Ссылка в новой задаче