summaryrefslogtreecommitdiff
path: root/spec/runtime/require_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip the rest of the failures on WindowsDavid Rodríguez2020-01-071-0/+2
* Prefer `warn` to `$stderr.puts`David Rodríguez2020-01-051-3/+3
* Use standard require paths for names with dashes in specsDavid Rodríguez2020-01-031-2/+0
* Rename `lib` to `lib_dir`David Rodríguez2019-11-041-1/+1
* Revert "Add all platforms to lockfile by default"undo_auto_multiplatformDavid Rodríguez2019-08-261-1/+1
* Remove unnecessary rubygems monkeypatchDavid Rodríguez2019-08-171-1/+1
* Add all platforms to lockfile by defaultDavid Rodríguez2019-07-101-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-3/+3
* s/last_command.stderr/err/David Rodríguez2019-04-121-5/+5
* Remove `eq_err` matcherDavid Rodríguez2019-03-141-6/+6
* Remove unnecessary rubygems filters from specsDavid Rodríguez2019-02-251-2/+2
* Fix 1.x specscheck_out_only_in_specsDavid Rodríguez2019-02-141-11/+11
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-141-3/+3
* Stop leaking to system rubygems on subprocessesDavid Rodríguez2019-02-121-3/+3
* Try to get specs passing on old RubyGemsSamuel Giddins2017-12-211-3/+3
* Untangle the system gem path and the default bundle path in the specsSamuel Giddins2017-07-241-2/+2
* Get the Bundler 2 specs passing with transitive source pinningSamuel Giddins2017-06-231-34/+45
* 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-1/+1
|/
* [StubSpecification] Move availability logic to RubygemsIntegrationSamuel Giddins2017-04-071-2/+2
* Fix require spec on Ruby < 2Samuel Giddins2017-04-071-2/+2
* [Git] Only use stub specs on 2.5.1+Samuel Giddins2017-04-071-1/+1
* [Git] Avoid loading full gemspecs in -rbundler/setup when stubs are availableSamuel Giddins2017-04-071-0/+24
* [StubSpecification] Avoid loading the full spec when possibleSamuel Giddins2017-04-071-0/+23
* fix typoleslie.wen2017-02-211-1/+1
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-2/+2
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-7/+7
* Add Bundler.ui.deprecateStefan Lance2016-07-051-9/+9
* Fix the combination of gem :require and env or install_ifBrian Hawley2016-05-241-0/+24
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Add original error context info to GemRequireError messageJames Wen2015-12-261-1/+2
* Handle errors when requiring gems gracefullyAgis-2015-08-291-0/+14
* Use %w[] instead of %w()Erick Sasse2015-07-291-1/+1
* Fix Style/WordArrayErick Sasse2015-07-281-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-7/+7
* Don't swallow LoadErrors when requiring a dashed gemAdrien2014-10-021-1/+24
* Allow `require: true` as an alias for `require: <name>`Nathan Broadbent2013-07-131-0/+9
* Because required files can sometimes themselves contain unrelated LoadErrors ...Ben Woosley2012-12-081-0/+22
* Revert "Merge pull request #2186 from Empact/namespaced-loaderror"Andre Arko2012-11-281-22/+0
* Because required files can sometimes themselves contain unrelated LoadErrors ...Ben Woosley2012-11-261-0/+22
* change to new expect syntax for rspecTerence Lee2012-10-091-24/+24
* Fix #2075. Return to old namespace behavior.Terence Lee2012-08-241-0/+18
* raise the original error mesasge hereTerence Lee2012-08-141-2/+1
* fix test case namesTerence Lee2012-08-141-2/+2
* namespace gem require logic handles case where regex failsTerence Lee2012-08-141-1/+24
* only auto-namespace requires for implied requiresAndre Arko2011-11-301-0/+31
* #1458. refactor load error testsTerence Lee2011-10-011-14/+6
* #1458. make load error messages more generic. build passes in ruby 1.9.3Terence Lee2011-10-011-4/+11
* Y U NOT RUN SPECS, PAST SELFAndre Arko2011-08-251-18/+0