remove rspec block notation from Rakefile

This commit is contained in:
Steve Agalloco 2017-06-02 15:40:21 -04:00
Родитель e21ab51db5
Коммит 886a322880
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: FDAF2BA50D34F744
2 изменённых файлов: 2 добавлений и 6 удалений

1
.rspec
Просмотреть файл

@ -1,2 +1,3 @@
--order rand
--warnings
--format progress

Просмотреть файл

@ -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"