aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other/check_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Updated language in lib/bundler/cli.rbAndrea Goulet Ford2013-01-201-3/+3
* change to new expect syntax for rspecTerence Lee2012-10-091-29/+29
* rename --no-lock to --dry-runTerence Lee2012-07-171-2/+2
* Make locking the Gemfile optional on $ bundle checkSven Fuchs2012-07-171-1/+14
* bundle check fails w/o Gemfile.lock and frozenTerence Lee2012-05-091-0/+14
* fix bundle check to not print fatal error message, close #1347Gabriel Horner2011-08-121-0/+6
* Fix mismerge that added back calls to check()Andre Arko2011-06-101-2/+2
* Merge branch '1-0-stable'Andre Arko2011-06-101-6/+6
|\
| * un-check everythingAndre Arko2011-05-241-6/+6
* | fix check --path specTerence Lee2011-05-071-1/+1
* | allow --path to be passed to bundle checkTerence Lee2011-05-071-0/+24
|/
* Go away useless use warningsAndre Arko2010-10-241-1/+1
* consistency requires exitstatus over exit_statusAndre Arko2010-10-161-6/+6
* Add --gemfile as a flag for bundle check.Carl Lerche2010-08-031-0/+11
* Change the bundle check reporting strategyCarlhuda2010-08-021-15/+4
* The CLI should print a better warning on bundle check if the resolver can't g...Carlhuda2010-08-021-0/+12
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-191-0/+13
* Refactor resolver error messages, less code and more consistencyCarlhuda2010-06-291-3/+2
* Fix specs, no-color option, and resolver error indentationCarlhuda2010-06-291-3/+4
* Fix a bug that was intermittentCarl Lerche2010-06-091-17/+6
* Unpendify more specsCarl Lerche2010-06-091-3/+28
* Don't remote update git multiple timesCarl Lerche2010-06-081-1/+2
* Get the check specs to passCarl Lerche2010-06-071-3/+3
* Add some pending tests for bundle checkCarl Lerche2010-06-061-0/+37
* Have the resolver return sane Lazy SpecificationsCarl Lerche2010-06-041-6/+4
* Fix specs by removing whitespace and 1.8.7-only methodAndre Arko2010-05-241-1/+1
* check only needs Environment (not Runtime)Kevin Moore2010-05-241-0/+29
* Removed environment.rb (and minimized other file/dir creation)Kevin Moore2010-05-241-6/+0
* Remove more old lock codeCarl Lerche2010-05-051-1/+1
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-261-2/+1
* Fix spec warningsAndre Arko2010-04-231-7/+7
* Remove irrelevant testsCarlhuda2010-04-211-3/+2
* Require spec_helperCarlhuda2010-04-201-1/+1
* Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-2/+2
* Fix check, show, and open commands while locked. Closes #237.Andre Arko2010-04-021-2/+16
* Fix exitcode checks to work on all rubiesAndre Arko2010-04-021-13/+13
* Respect --without in check, and exit 1 if the check failsSimon Chiang2010-03-171-1/+14
* Fix `bundle check` when there are gems that are cached but not installedCarl Lerche2010-03-091-0/+19
* Regenerate .bundle/environment.rb during bundle checkCarl Lerche2010-02-101-4/+17
* bundle check exits with nonzero status if deps are unsatisfied. (Testable on ...Jeremy Kemper2010-02-061-1/+4
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-021-1/+1
* Improve bundle check outputCarl Lerche2010-01-261-0/+11
* Renamed bbl to bundleCarl Lerche2010-01-261-5/+5
* Do not automatically set the gem sourcesCarl Lerche2010-01-191-2/+11
* Add bbl checkCarl Lerche2010-01-131-0/+43