aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/require_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix specs so new locked require tests pass in the full suiteAndre Arko2010-03-021-48/+11
* Specs which demonstrate cause of the problem reported as #153.Rhett Sutphin2010-03-021-0/+36
* Back to the original Resolver-order require test, but explicitAndre Arko2010-02-161-3/+3
* Set Resolver order with explicit dependencyAndre Arko2010-02-161-2/+3
* make requires occur in the order that Resolver determinesBrandon Dimcheff2010-02-151-4/+31
* Allow string group names in GemfilesSimon Jefford2010-02-131-0/+13
* First pass at not raising if a require by the gem's name does not exist.Carl Lerche2010-02-111-6/+28
* Actually disable system gems in .bundle/environment.rbCarlhuda2010-02-101-1/+0
* Dump full details into Gemfile.lockAndy Delcambre2010-02-091-4/+36
* Support :require => false to skip the gem on Bundler.requireJeremy Kemper2010-02-031-0/+6
* Only autorequire stated dependencies, not all dependenciesJeremy Kemper2010-02-031-0/+1
* Bundler.require implies :default groupJeremy Kemper2010-02-031-1/+10
* Test :default group and multiple groupsJeremy Kemper2010-02-031-11/+14