aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/load_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-6/+6
* Fix Style/MethodCallParenthesesVictor Koronen2015-08-141-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-2/+0
* Try to find `gems.rb` and `gems.locked` if `Gemfile` is not foundAndre Medeiros2014-09-131-0/+16
* use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* Retry git commandsschneems2013-09-281-1/+1
* change to new expect syntax for rspecTerence Lee2012-10-091-12/+12
* Ignore BUNDLE_GEMFILE='', since Hudson apparently can't unset ENVsAndre Arko2010-10-241-50/+45
* make sure we don't accidentally find a Gemfile outside of source dir when tes...Sarah Allen2010-10-241-0/+10
* remove bundle :lockTerence Lee2010-10-131-18/+13
* Improve bundling bundler logicCarlhuda2010-07-021-1/+1
* Get the tests passing on 1.9Carl Lerche2010-06-061-1/+2
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-0/+2
* Remove irrelevant testsCarlhuda2010-04-211-9/+0
* Require spec_helperCarlhuda2010-04-201-1/+1
* Fix load specs for Ruby 1.9 now that system gems are on the LOAD_PATHAndre Arko2010-04-121-9/+5
* Gems from git need their full_gem_path fixed, even when lockedAndre Arko2010-04-101-6/+6
* Don't call #setup after loading env.rb in Bundler.loadAndre Arko2010-04-101-5/+34
* Remove outdated pending specsCarlhuda2010-04-081-95/+0
* Fix Bundler.setup so it can be called more than once safelyAndre Arko2010-04-081-1/+30
* Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-1/+1
* Clean up bundler.rb a bit, fix specAndre Arko2010-04-021-1/+2
* Fix a bug introduced by monkey patching Gem::DependencyCarl Lerche2010-03-051-0/+18
* Add Environment#gems which aliases specsCarl Lerche2010-02-021-1/+0
* A first pass of bundle execCarl Lerche2010-01-311-1/+0
* Renamed bbl to bundleCarl Lerche2010-01-261-5/+5
* Rename gemfile back to bundlerCarl Lerche2010-01-261-12/+12
* Rename Bubble to GemfileCarlhuda2010-01-251-12/+12
* Be able to install gems from multiple sourcesCarl Lerche2010-01-211-0/+1
* Do not automatically set the gem sourcesCarl Lerche2010-01-191-1/+12
* Get the installer work with the lockCarlhuda2010-01-191-0/+1
* First pass at bbl lockCarlhuda2010-01-181-0/+84
* Moving in thorCarlhuda2010-01-111-0/+40