summaryrefslogtreecommitdiff
path: root/spec/runtime/require_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Also try to require name/space when gem is name-spaceAndre Arko2011-08-171-0/+18
* un-check everythingAndre Arko2011-05-241-10/+10
* Go away useless use warningsAndre Arko2010-10-241-1/+1
* remove bundle :lockTerence Lee2010-10-131-30/+0
* If the dependency's list of platforms does not contain the current platformFletcher Nichol2010-08-021-0/+32
* Don't swallow require failuresCarlhuda2010-07-201-0/+15
* Appropriately handle duplicate declarations of the same gem. In incompatible ...Carlhuda2010-07-201-0/+29
* Rewrite the autorequire code since we do not need to handle generated lock filesCarl Lerche2010-05-051-2/+2
* Remove deprecated lock specsCarl Lerche2010-04-261-43/+0
* Require spec_helperCarlhuda2010-04-221-1/+1
* Change specs that test require order reflect actual use caseAndy Delcambre2010-03-251-5/+12
* Store dependencies in the Gemfile.lock as an array, not a hashAndy Delcambre2010-03-251-0/+69
* No more "useless use of ==" warningsAndre Arko2010-03-111-14/+14
* Always sort rake first in the dependency listCarlhuda2010-03-091-2/+2