summaryrefslogtreecommitdiff
path: root/spec/support
Commit message (Expand)AuthorAgeFilesLines
* Test against latest rubiesDavid Rodríguez2019-09-01704-341/+341
* Fix some bundler specs (#2380)David Rodríguez2019-08-233-4/+16
* rubocop -aparallel_rspec_2Hiroshi SHIBATA2019-08-191-0/+2
* Share test fixtures with parallel_testsHiroshi SHIBATA2019-08-191-1/+1
* Try to use RunTimeLogger for parallel_testsHiroshi SHIBATA2019-08-191-0/+3
* Parallelize test suiteDavid Rodríguez2019-08-182-1/+9
* Fix a couple of typostyposDavid Rodríguez2019-08-181-1/+1
* No need to activate the `fileutils` default gemDavid Rodríguez2019-08-171-8/+0
* Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-173-3/+4
* Remove a bunch of unneeded rubygems requiresDavid Rodríguez2019-08-172-3/+0
* Extract a `gemspec_dir` helperrefactor_ruby_core_integrationDavid Rodríguez2019-08-161-0/+4
* Extract yet another helper methodDavid Rodríguez2019-08-161-11/+18
* Extract a `root_gemspec` local variableDavid Rodríguez2019-08-161-3/+4
* Extract a `with_root_gemspec` helperDavid Rodríguez2019-08-162-7/+13
* Remove unneeded `to_s` callsDavid Rodríguez2019-08-161-2/+2
* Consistently use `Path` over `Spec::Path`David Rodríguez2019-08-161-1/+1
* Extract single gem installation logicDavid Rodríguez2019-08-161-3/+7
* Unalias `install_gem`David Rodríguez2019-08-161-2/+0
* Use `join` consistentlyDavid Rodríguez2019-08-161-1/+1
* Extract a `lib_tracked_files` path helperDavid Rodríguez2019-08-161-0/+4
* Extract a `tracked_files` path helperDavid Rodríguez2019-08-161-0/+4
* Reuse `gem_bin` helper inside `gem_command`David Rodríguez2019-08-161-2/+1
* Always use `--backtrace` when invoking `gem` CLIDavid Rodríguez2019-08-161-1/+1
* Extract a `gem_bin` path helperDavid Rodríguez2019-08-162-1/+5
* Remove more dead codeDavid Rodríguez2019-08-161-5/+1
* Remove dead codeDavid Rodríguez2019-08-161-1/+1
* Remove unnecessary rubygems requireDavid Rodríguez2019-08-161-1/+1
* Move `lib` helper together with path helpersDavid Rodríguez2019-08-162-4/+4
* Reuse `lib` methodDavid Rodríguez2019-08-161-1/+0
* Remove duplicated methodDavid Rodríguez2019-08-161-4/+0
* Commit man pages to source controlDavid Rodríguez2019-08-101-14/+0
* Bump rspec dependency to 3.8bump_rspec_dev_dependencyDavid Rodríguez2019-08-081-1/+1
* Revert "make system_bundle_bin_path helper and resolve failing tests for ruby...fix_spec_working_by_chanceDavid Rodríguez2019-08-072-5/+1
* Bump rack and sinatra to latest versionsbump_test_depsDavid Rodríguez2019-08-064-6/+6
* Normalize style with other artifice filesDavid Rodríguez2019-08-061-4/+2
* Merge #7277Bundlerbot2019-08-05706-325/+444
|\
| * Rerecord cassettesrerecord_cassettesrerecord_cassetesDavid Rodríguez2019-08-05706-325/+444
* | Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSIONBenoit Daloze2019-08-042-14/+3
|/
* Merge #7267Bundlerbot2019-08-021-2/+3
|\
| * The keys for RbConfig::CONFIG was String.Hiroshi SHIBATA2019-08-011-2/+2
| * Use RbConfig::CONFIG directly instead of Gem::ConfigMap.Hiroshi SHIBATA2019-07-281-2/+3
* | Bump rubocop to 0.74.0bump_rubocopDavid Rodríguez2019-07-311-1/+1
* | Merge #7258Bundlerbot2019-07-291-1/+0
|\ \ | |/ |/|
| * Remove now unused logicrestore_all_flag_bundle_cache_removalDavid Rodríguez2019-07-241-1/+0
* | Bump automatiek to 0.2.0David Rodríguez2019-07-241-1/+1
|/
* Better info about spec exclusionsbetter_info_about_test_exclusionsDavid Rodríguez2019-07-231-0/+8
* Fully remove compatibility guardremove_compatibility_guardDavid Rodríguez2019-07-091-8/+0
* Remove development dependencies from gemspecremove_add_development_dependency_from_gemspecDavid Rodríguez2019-07-081-2/+35
* Remove unnecessary begin-end blockDavid Rodríguez2019-07-081-15/+13
* RUBY_ENGINE should always be defined after 1.8.7ruby_engine_always_definedDavid Rodríguez2019-06-262-3/+3