summaryrefslogtreecommitdiff
path: root/spec/quality_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove the console command in Bundler 2.0seg-deprecate-consoleSamuel Giddins2017-07-021-0/+1
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-1/+1
* Add a feature flag for the lockfile using separate RubyGems sourcesSamuel Giddins2017-06-231-0/+1
* Introduce a CommandExecution helper class in the specsSamuel Giddins2017-06-231-3/+2
* Auto merge of #5806 - bundler:seg-dont-hit-remote-twice, r=indirectThe Bundler Bot2017-06-231-24/+24
|\
| * Improve the quality spec to make error messages clickable as pathsSamuel Giddins2017-06-221-24/+24
* | Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-commandSamuel Giddins2017-06-141-0/+1
|/
* Ignore vcr cassettes in quality specsSamuel Giddins2017-06-131-3/+3
* Remove quality spec for single quotesSamuel Giddins2017-06-131-23/+0
* dont run template gems.rb through eval quality specColby Swandale2017-06-041-0/+1
* Auto merge of #5634 - koic:specify_require_spec_helper_in_dot_rspec, r=indirectThe Bundler Bot2017-05-301-1/+0
|\
| * Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* | [RuboCop] Enable Style/PercentLiteralDelimitersKoichi ITO2017-05-281-7/+7
|/
* Document all Bundler settingsseg-doc-settingsSamuel Giddins2017-01-211-22/+2
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Also check for docs of number & bool keys in the quality specSamuel Giddins2016-12-261-2/+10
* Ensure the quality spec is runnable on 1.8.7Samuel Giddins2016-12-261-1/+1
* [Docs] Document disable_checksum_validationSamuel Giddins2016-12-261-1/+0
* [Docs] Document specific_platformSamuel Giddins2016-12-261-1/+0
* [Quality] Add a spec for documentation of settingsSamuel Giddins2016-12-261-0/+46
* Ban the usage of the word simplyseg-ban-simplySamuel Giddins2016-08-091-2/+11
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-1/+1
* Only expect no gemspec warnings on 2.4+Samuel Giddins2016-08-021-1/+5
* Move the gem_command helper to existing execution infrastructureSamuel Giddins2016-08-021-5/+7
* Fixes specs for 1.8.7Asutosh Palai2016-06-281-1/+1
* Fixes for quality_specAsutosh Palai2016-06-271-1/+3
* Screen all files for leftover debugging mechanismsJames Wen (RochesterinNYC)2016-06-011-3/+1
* Create quality check for unresolved merge conflictsJames Wen (RochesterinNYC)2016-05-311-0/+28
* Create quality check spec for leftover debugging/development mechanismsJames Wen2016-05-091-0/+31
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-0/+13
* Add test for checking quality of documentationAditya Prakash2016-03-081-0/+37
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-9/+6
* Dont directly require vendored code in the quality specseg-new-index-fetchersSamuel Giddins2016-01-251-1/+1
* Ensure there are no warnings in all filesSamuel Giddins2016-01-251-9/+16
* Fix Style/RegexpLiteralVictor Koronen2015-08-131-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-4/+4
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-151-3/+1
* Merge tag 'v1.9.4'Andre Arko2015-04-131-1/+1
* [QualitySpec] Properly ignore warnings coming from vendored libsSamuel E. Giddins2015-03-211-1/+1
* Merge tag 'v1.8.2'Tim Moore2015-02-181-2/+3
|\
| * fix ruby 2.2 warningsAndre Arko2015-02-131-2/+3
* | Merge pull request #3257 from segiddins/seg-molinilloAndre Arko2015-01-261-1/+1
|\ \ | |/ |/|
| * [QualitySpec] Don't take into account warnings from vendored librariesSamuel E. Giddins2014-11-241-1/+1
* | ignore rubygems in quality specAndre Arko2014-12-011-1/+1
|/
* Add a space characters to fix PullReview website errorsKai Baraka2014-09-221-3/+3
* normalize requires for 1.8.7 warning checkAndre Arko2014-09-121-4/+4
* spec to check for warnings (@samphippen)Andre Arko2014-09-111-0/+14
* Fix use of deprecated failure_message_shouldPrathamesh Sonpatki2014-05-251-1/+1