зеркало из https://github.com/github/ruby.git
Update to ruby/mspec@ca2bc42
This commit is contained in:
Родитель
310a42e89c
Коммит
c940397116
|
@ -38,7 +38,7 @@ specs in a manner compatible with multiple Ruby implementations.
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
MSpec requires Ruby 2.3 or more recent.
|
MSpec requires Ruby 2.4 or more recent.
|
||||||
|
|
||||||
## Bundler
|
## Bundler
|
||||||
|
|
||||||
|
|
|
@ -39,8 +39,8 @@ class MSpecScript
|
||||||
end
|
end
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
ruby_version_is ""..."2.3" do
|
ruby_version_is ""..."2.4" do
|
||||||
abort "MSpec needs Ruby 2.3 or more recent"
|
abort "MSpec needs Ruby 2.4 or more recent"
|
||||||
end
|
end
|
||||||
|
|
||||||
config[:formatter] = nil
|
config[:formatter] = nil
|
||||||
|
|
Загрузка…
Ссылка в новой задаче