зеркало из https://github.com/github/ruby.git
[rubygems/rubygems] Tag the specs with :readline
The newly added specs needs to be tagged as :readline, otherwise they fail on Windows with the backtrace: `ZeroDivisionError: divided by 0`. Such issues are already being skipped on Windows. Signed-off-by: Utkarsh Gupta <utkarsh@debian.org> https://github.com/rubygems/rubygems/commit/391f860af4
This commit is contained in:
Родитель
c44c7019b5
Коммит
fd709382b6
|
@ -212,35 +212,35 @@ RSpec.describe "bundle gem" do
|
|||
end
|
||||
end
|
||||
|
||||
it "has no rubocop offenses when using --rubocop flag" do
|
||||
it "has no rubocop offenses when using --rubocop flag", :readline do
|
||||
skip "ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec" if ruby_core?
|
||||
bundle "gem #{gem_name} --rubocop"
|
||||
bundle_exec_rubocop
|
||||
expect(err).to be_empty
|
||||
end
|
||||
|
||||
it "has no rubocop offenses when using --ext and --rubocop flag" do
|
||||
it "has no rubocop offenses when using --ext and --rubocop flag", :readline do
|
||||
skip "ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec" if ruby_core?
|
||||
bundle "gem #{gem_name} --ext --rubocop"
|
||||
bundle_exec_rubocop
|
||||
expect(err).to be_empty
|
||||
end
|
||||
|
||||
it "has no rubocop offenses when using --ext, --test=minitest, and --rubocop flag" do
|
||||
it "has no rubocop offenses when using --ext, --test=minitest, and --rubocop flag", :readline do
|
||||
skip "ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec" if ruby_core?
|
||||
bundle "gem #{gem_name} --ext --test=minitest --rubocop"
|
||||
bundle_exec_rubocop
|
||||
expect(err).to be_empty
|
||||
end
|
||||
|
||||
it "has no rubocop offenses when using --ext, --test=rspec, and --rubocop flag" do
|
||||
it "has no rubocop offenses when using --ext, --test=rspec, and --rubocop flag", :readline do
|
||||
skip "ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec" if ruby_core?
|
||||
bundle "gem #{gem_name} --ext --test=rspec --rubocop"
|
||||
bundle_exec_rubocop
|
||||
expect(err).to be_empty
|
||||
end
|
||||
|
||||
it "has no rubocop offenses when using --ext, --ext=test-unit, and --rubocop flag" do
|
||||
it "has no rubocop offenses when using --ext, --ext=test-unit, and --rubocop flag", :readline do
|
||||
skip "ruby_core has an 'ast.rb' file that gets in the middle and breaks this spec" if ruby_core?
|
||||
bundle "gem #{gem_name} --ext --test=test-unit --rubocop"
|
||||
bundle_exec_rubocop
|
||||
|
|
Загрузка…
Ссылка в новой задаче