aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Use an exclusive range for ruby_version_isNobuyoshi Nakada2019-04-231-1/+1
* Fix RUBY_REVISION specTakashi Kokubun2019-04-221-2/+10
* Add `Time#floor`nobu2019-04-201-0/+37
* io.c: warn non-nil $,nobu2019-04-185-13/+21
* Suppress warningsnobu2019-04-182-4/+10
* OpenStruct: improve error message when passing wrong number of arguments.marcandre2019-04-141-1/+8
* Enabled to some bundler examples again.hsbt2019-04-145-6/+6
* Skip to failing examples on ruby core repository.hsbt2019-04-1410-12/+12
* Added rspec dependency for bundler examples.hsbt2019-04-141-0/+1
* Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt2019-04-14137-3829/+3126
* Proc.new: change deprecation warning for clarity (issue #15539)marcandre2019-04-132-4/+4
* Introduce beginless range [Feature#14799]mame2019-04-031-3/+19
* Make spec for the jit feature more general and not MRI-specificeregon2019-04-011-4/+4
* Simplify spec as there is no easy way to tell if MJIT support is availableeregon2019-04-011-14/+2
* Fix Float#to_s specs to not depend on the platform representation of doubleseregon2019-04-011-127/+124
* Add some more buffer for timeout checkk0kubun2019-03-291-1/+1
* strip trailing spaces [ci skip]nobu2019-03-291-2/+2
* Guard spec against msys2 shellk0kubun2019-03-281-2/+7
* Do not fail with --disable-jit-supportk0kubun2019-03-281-2/+9
* Update to ruby/spec@e81b3cderegon2019-03-2853-106/+932
* Fix typoskazu2019-03-271-4/+4
* Skip EBADF spec in MJIT test for nowk0kubun2019-03-271-11/+13
* Skip Bundler's test made fail by r67226k0kubun2019-03-141-0/+1
* The combination of non-Symbol keys and Symbol keys is now allowed againmame2019-03-112-90/+30
* Directories in RbConfig may not exist until installationnobu2019-03-051-2/+2
* skip to not support color tty environment.hsbt2019-02-271-0/+12
* spec/../rbconfig_spec.rb: skip spec not working on MinGWk0kubun2019-02-231-9/+12
* spec/../shared/write.rb: suppress random failurek0kubun2019-02-231-3/+5
* File#birthtime depends on the kernel version on Linuxnobu2019-02-221-1/+3
* Update to ruby/spec@7a16e01eregon2019-02-2175-258/+940
* Update to ruby/mspec@2ee5661eregon2019-02-213-61/+141
* Adjust the rubycop rules of Bundler upstream repository.hsbt2019-02-203-3/+3
* Revise the example on OpenBSDnobu2019-02-201-6/+7
* fix rubyspec test to pass tests. please revisit it @nobu?ko12019-02-201-5/+6
* * spec/ruby: Tweak Enuemrator::Chain#rewind spec so that arity of block match...marcandre2019-02-201-2/+2
* Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt2019-02-182-7/+12
* Fixup r66984. It breakes bundler's examples.hsbt2019-02-181-1/+1
* The ruby core applied the difference structure from bundler upstream reposito...hsbt2019-02-182-7/+19
* Accept a third value for NaNs, as produced by the Sun Studio C Compilereregon2019-02-111-4/+12
* Fix specs for yield in singleton class being deprecatederegon2019-02-072-2/+8
* Update to ruby/spec@6cf8ebeeregon2019-02-07111-231/+1031
* Update to ruby/mspec@231e2ceeregon2019-02-072-20/+30
* Make sure to wait with IO.select before using Socket#accept_nonblock and recv...eregon2019-02-052-4/+5
* Make sure to wait with IO.select before using Socket#recvfrom_nonblockeregon2019-02-051-4/+4
* Pass the Array from select() to Socket.udp_server_recveregon2019-02-051-4/+4
* Ignore to add bundler lib direcotry if it is same as rubylibdir.hsbt2019-02-051-0/+9
* Make sure to wait for socket to be readable.samuel2019-02-051-9/+2
* add debug codeko12019-02-041-0/+4
* Fixup r66984. Update the location of bundler gemspec.hsbt2019-02-021-1/+1
* Add refinements support to method/instance_method.nobu2019-01-281-8/+66