зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Uncomment and possibly fix spec on JRuby
This was commented out almost 10 years ago, but I think it passes now! https://github.com/rubygems/rubygems/commit/4a6b1aba3c
This commit is contained in:
Родитель
efc77d535b
Коммит
364cc95897
|
@ -915,16 +915,16 @@ G
|
|||
should_be_engine_incorrect
|
||||
end
|
||||
|
||||
# it "fails when the engine version doesn't match", :jruby_only do
|
||||
# gemfile <<-G
|
||||
# gem "myrack", "0.9.1"
|
||||
#
|
||||
# #{engine_version_incorrect}
|
||||
# G
|
||||
#
|
||||
# bundle "exec myrackup"
|
||||
# should_be_engine_version_incorrect
|
||||
# end
|
||||
it "fails when the engine version doesn't match", :jruby_only do
|
||||
gemfile <<-G
|
||||
gem "myrack", "0.9.1"
|
||||
|
||||
#{engine_version_incorrect}
|
||||
G
|
||||
|
||||
bundle "exec myrackup", raise_on_error: false
|
||||
should_be_engine_version_incorrect
|
||||
end
|
||||
|
||||
it "fails when patchlevel doesn't match" do
|
||||
gemfile <<-G
|
||||
|
|
Загрузка…
Ссылка в новой задаче