summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [bundler/bundler] Improve spec to be more realisticDavid Rodríguez2019-08-031-2/+3
* [bundler/bundler] Clearer MissingRevision git errorsDavid Rodríguez2019-08-031-2/+5
* [bundler/bundler] Generate new gem development dependencies in GemfileDavid Rodríguez2019-08-031-7/+17
* [bundler/bundler] Fix local variable nameDavid Rodríguez2019-08-031-2/+2
* [bundler/bundler] Reuse `execute_bundle_gem` methodDavid Rodríguez2019-08-031-2/+1
* [bundler/bundler] Don't re-resolve locked platform specific gemsDavid Rodríguez2019-08-031-0/+28
* [bundler/bundler] Fix a typo on a spec commentDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] bundler/inline should always install gems to system pathrobuye2019-08-031-0/+13
* [bundler/bundler] Use real paths for `bundle clean`David Rodríguez2019-08-031-0/+26
* [bundler/bundler] Fix thread leak in compact index specsDavid Rodríguez2019-08-031-1/+1
* [bundler/bundler] Add `required_ruby_version` to gemspec templateMiklos Fazekas2019-08-031-0/+6
* [bundler/bundler] Factor out gemspec call inside `let`David Rodríguez2019-08-031-8/+8
* [bundler/bundler] Remove duplicated `let`'sDavid Rodríguez2019-08-031-5/+2
* [bundler/bundler] Fix `rake release` not prompting for OTP codeDavid Rodríguez2019-08-031-1/+7
* [bundler/bundler] Fix file:// handling under WindowsDavid Rodríguez2019-08-031-2/+3
* [bundler/bundler] Normalize file:// handling in specsDavid Rodríguez2019-08-0394-1021/+1020
* [bundler/bundler] Use a clean gemspec for gem helper specsDavid Rodríguez2019-08-033-13/+18
* [bundler/bundler] Move "on releasing" to a RSpec contextDavid Rodríguez2019-08-031-7/+12
* [bundler/bundler] Skip specs that need coloring on WindowsDavid Rodríguez2019-08-032-3/+4
* [bundler/bundler] Add missing no-color source specsDavid Rodríguez2019-08-031-0/+16
* [bundler/bundler] Be explicit about coloring in specs that need thatDavid Rodríguez2019-08-031-0/+2
* [bundler/bundler] Respect color option when instantiating shellsDavid Rodríguez2019-08-031-12/+0
* [bundler/bundler] Added Ruby 2.6 to dsl.Hiroshi SHIBATA2019-08-031-2/+2
* File.realpath can raise ENOTDIRKoichi Sasada2019-07-311-1/+1
* Split in two spec examplesBenoit Daloze2019-07-311-1/+3
* Attempt to fix Hash#rehash specBenoit Daloze2019-07-311-9/+12
* delete a check on bad assumption.Koichi Sasada2019-07-311-1/+5
* Warn if using return at top-level with an argumentJeremy Evans2019-07-291-6/+19
* Update to ruby/spec@0526d8fBenoit Daloze2019-07-271-2/+2
* Update to ruby/spec@875a09eBenoit Daloze2019-07-271247-5031/+5319
* Initialize DST flagNobuyoshi Nakada2019-07-271-1/+1
* Removed twisted testsNobuyoshi Nakada2019-07-161-8/+0
* Fixed ruby/spec for Logger::LogDevice changes.Hiroshi SHIBATA2019-07-152-6/+24
* File::Stat uses Time#inspectNobuyoshi Nakada2019-07-111-2/+2
* Revert "parse.y: Deprecate flip-flops"Nobuyoshi Nakada2019-07-111-12/+0
* Revert self-referencing finalizer warning [Feature #15974]Nobuyoshi Nakada2019-07-041-28/+0
* Version guard for [Feature #15974]Nobuyoshi Nakada2019-07-031-24/+26
* Warn in verbose mode on defining a finalizer that captures the objectChris Seaton2019-07-031-0/+26
* Prefer master rather than trunk in README [ci skip]Takashi Kokubun2019-07-011-1/+1
* Fix predicate to assert if object is sameNobuyoshi Nakada2019-06-291-2/+2
* Fix predicate to assert if object is sameNobuyoshi Nakada2019-06-291-1/+1
* Update to ruby/spec@94d98ffBenoit Daloze2019-06-2710-18/+18
* Update to ruby/spec@8d74d49Benoit Daloze2019-06-27157-540/+578
* Update to ruby/mspec@ca2bc42Benoit Daloze2019-06-272-3/+3
* Expand and clarify documentation about version guards for specsBenoit Daloze2019-06-271-5/+35
* Added version guard for backtrace printing feature of psych to ruby/spec.Hiroshi SHIBATA2019-06-261-2/+10
* Fixed broken ruby/spec related a53ab897c35586a836710a8afeb1e8c1abd9b087Hiroshi SHIBATA2019-06-251-1/+1
* Max length of UNIX socket path is 104 bytes on macOSNobuyoshi Nakada2019-06-231-2/+2
* Do not lengthen UNIX socket pathNobuyoshi Nakada2019-06-231-1/+1
* Alias ENV.merge! as ENV.updateKenichi Kamiya2019-06-213-21/+31