summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2019-04-23Use an exclusive range for ruby_version_isNobuyoshi Nakada
2019-04-22Fix RUBY_REVISION specTakashi Kokubun
2019-04-20Add `Time#floor`nobu
2019-04-18io.c: warn non-nil $,nobu
2019-04-18Suppress warningsnobu
2019-04-14OpenStruct: improve error message when passing wrong number of arguments.marcandre
2019-04-14Enabled to some bundler examples again.hsbt
2019-04-14Skip to failing examples on ruby core repository.hsbt
2019-04-14Added rspec dependency for bundler examples.hsbt
2019-04-14Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt
2019-04-13Proc.new: change deprecation warning for clarity (issue #15539)marcandre
2019-04-03Introduce beginless range [Feature#14799]mame
2019-04-01Make spec for the jit feature more general and not MRI-specificeregon
2019-04-01Simplify spec as there is no easy way to tell if MJIT support is availableeregon
2019-04-01Fix Float#to_s specs to not depend on the platform representation of doubleseregon
2019-03-29Add some more buffer for timeout checkk0kubun
2019-03-29strip trailing spaces [ci skip]nobu
2019-03-28Guard spec against msys2 shellk0kubun
2019-03-28Do not fail with --disable-jit-supportk0kubun
2019-03-28Update to ruby/spec@e81b3cderegon
2019-03-27Fix typoskazu
2019-03-27Skip EBADF spec in MJIT test for nowk0kubun
2019-03-14Skip Bundler's test made fail by r67226k0kubun
2019-03-11The combination of non-Symbol keys and Symbol keys is now allowed againmame
2019-03-05Directories in RbConfig may not exist until installationnobu
2019-02-27skip to not support color tty environment.hsbt
2019-02-23spec/../rbconfig_spec.rb: skip spec not working on MinGWk0kubun
2019-02-23spec/../shared/write.rb: suppress random failurek0kubun
2019-02-22File#birthtime depends on the kernel version on Linuxnobu
2019-02-21Update to ruby/spec@7a16e01eregon
2019-02-21Update to ruby/mspec@2ee5661eregon
2019-02-20Adjust the rubycop rules of Bundler upstream repository.hsbt
2019-02-20Revise the example on OpenBSDnobu
2019-02-20fix rubyspec test to pass tests. please revisit it @nobu?ko1
2019-02-20* spec/ruby: Tweak Enuemrator::Chain#rewind spec so that arity of block match...marcandre
2019-02-18Use ENV["BUNDLE_GEM"] instead of gem command provided by system ruby.hsbt
2019-02-18Fixup r66984. It breakes bundler's examples.hsbt
2019-02-18The ruby core applied the difference structure from bundler upstream reposito...hsbt
2019-02-11Accept a third value for NaNs, as produced by the Sun Studio C Compilereregon
2019-02-07Fix specs for yield in singleton class being deprecatederegon
2019-02-07Update to ruby/spec@6cf8ebeeregon
2019-02-07Update to ruby/mspec@231e2ceeregon
2019-02-05Make sure to wait with IO.select before using Socket#accept_nonblock and recv...eregon
2019-02-05Make sure to wait with IO.select before using Socket#recvfrom_nonblockeregon
2019-02-05Pass the Array from select() to Socket.udp_server_recveregon
2019-02-05Ignore to add bundler lib direcotry if it is same as rubylibdir.hsbt
2019-02-05Make sure to wait for socket to be readable.samuel
2019-02-04add debug codeko1
2019-02-02Fixup r66984. Update the location of bundler gemspec.hsbt
2019-01-28Add refinements support to method/instance_method.nobu