summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-1816-35/+35
* Fix Lint/UnreachableCodeErick Sasse2015-07-181-1/+0
* Merge pull request #3852 from esasse/esasse-rubocop-7Andre Arko2015-07-183-4/+4
|\
| * Fix Style/SpaceBeforeCommaErick Sasse2015-07-173-4/+4
* | Merge pull request #3849 from esasse/esasse-rubocop-4Andre Arko2015-07-182-3/+3
|\ \
| * | Fix Style/SpaceInsideBracketsErick Sasse2015-07-172-3/+3
| |/
* | Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-1711-30/+30
|/
* [Rakefile] Properly install RuboCopSamuel E. Giddins2015-07-151-1/+0
* Ensure rubocop is installed as a test depSamuel E. Giddins2015-07-151-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-1590-857/+857
* [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-155-9/+7
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-1538-67/+0
* [RuboCop] Enable Lint/LiteralInConditionSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Lint/BlockAlignmentSamuel E. Giddins2015-07-152-3/+3
* Update specs for moving bin/bundle to exe/bundleSamuel E. Giddins2015-07-153-3/+3
* Add new binstubs for rake and rspec in bin, move executables to exeSamuel E. Giddins2015-07-151-1/+1
* Merge pull request #3817 from deivid-rodriguez/remove_jruby_warningAndré Arko2015-07-111-1/+1
|\
| * Removes a warning in jrubyDavid Rodríguez2015-07-111-1/+1
* | Merge pull request #3819 from danieltdt/fix-install-ifAndré Arko2015-07-101-1/+7
|\ \
| * | Fix install_if not clearing install conditionsDaniel Teixeira2015-07-091-1/+7
| |/
* | Use explicit values in RemoteSpecification testsTim Blair2015-07-081-4/+4
* | Clean up duplicate specs for RemoteSpecificationTim Blair2015-07-081-65/+41
* | Ensure two RemoteSpecifications are comparableTim Blair2015-07-081-0/+43
|/
* Merge pull request #3800 from pducks32/wrong-order-parallel-installerAndré Arko2015-07-011-7/+33
|\
| * add backwards compatibilityPatrick Metcalfe2015-07-011-6/+6
| * spec `#dependencies_installed?`Patrick Metcalfe2015-07-011-7/+33
* | Friendly error for EEXIST on git gem install.Hsing-Hui Hsu2015-06-261-0/+15
* | Merge tag 'v1.10.5'Samuel E. Giddins2015-06-252-3/+59
|\ \ | |/ |/|
| * [Definition] Dont updated bundled with when 100% unnecessaryseg-bundled-withSamuel E. Giddins2015-06-231-2/+42
| * expect the correct exitstatus, refactor testsAndre Arko2015-06-231-18/+8
| * Add test to ensure that bundle install --force works even when bundle is not ...Karlo2015-06-231-0/+9
| * Add test to ensure that bundle install --force doesn't leave any old code on ...Karlo2015-06-231-0/+8
| * Don't reinstall bundler when using --forceKarlo2015-06-231-0/+8
| * Add test to ensure that bundle install --force exits without errorKarlo2015-06-231-2/+3
* | Merge branch '1-10-stable'Tim Moore2015-06-212-1/+58
|\ \ | |/
| * Make Bundler::RemoteSpecification comparable.Tony Spataro2015-06-191-9/+52
| * Allow comparing Bundler StubSpecs with RG specsAndre Arko2015-06-191-0/+14
| * update rails version in specsPatrick Metcalfe2015-06-161-1/+1
* | fix typoKarlo Soriano2015-06-181-1/+1
* | Merge tag 'v1.10.4'Samuel E. Giddins2015-06-167-5/+116
|\ \ | |/
| * specs for bundler version warningsimplicit_lock_preservationAndre Arko2015-06-082-2/+6
| * failing specs for BUNDLED WITH preservationAndre Arko2015-06-082-0/+109
| * Display "with native extensions" log output correctlyIvan Tse2015-06-081-1/+1
| * failing spec for native extensions outputAndre Arko2015-06-071-0/+1
| * rename c_ext_spec → native_extension_specAndre Arko2015-06-071-1/+1
| * Fix the failing spec.Tim Moore2015-06-051-1/+1
| * it’s fine to use a known-old versionAndre Arko2015-06-051-3/+0
| * move the base install/update specs into commandsAndre Arko2015-06-052-0/+0
* | Merge pull request #3713 from repinel/improve-permission-msg-deploymentAndré Arko2015-06-092-2/+21
|\ \
| * | Improves the message displayed when cannot create configRoque Pinel2015-06-082-2/+21