aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/load_spec.rb
Commit message (Collapse)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 ↵Sarah Allen2010-10-241-0/+10
| | | | | | testing Closes #792 Closes #795
* 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
| | | | | | | | | | - fix group tracking so that groups are only loaded once, and loading the same group twice no longer loads all groups - fix Bundler.load so that it memoizes its results. creating more than one runtime in a single invokation is very bad - spec to make sure the runtime only gets created once If you called setup(:default) and then require(:default), it would try to set up every group. That is no longer the case.
* Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-1/+1
| | | Closes #242
* 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