summaryrefslogtreecommitdiff
path: root/spec/install/gemfile_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-5/+3
* Remove unnecessary setupDavid Rodríguez2020-01-051-4/+0
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-4/+4
* Remove `prefer_gems_rb` settinginit_gems_rbDavid Rodríguez2019-04-111-16/+0
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-1/+1
* Remove ruby version leftoversremove_ruby_version_leftoversDavid Rodríguez2019-03-151-4/+0
* Auto-correct `Style/Encoding` rubocop issuesDavid Rodríguez2019-03-041-1/+0
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-2/+2
* merge v1.16.4Colby Swandale2018-08-221-0/+1
|\
| * Auto merge of #6668 - eregon:fix-encoding-spec-from-6661, r=deivid-rodriguezThe Bundler Bot2018-08-201-1/+1
| * Add encoding magic comment to gemfile specColby Swandale2018-08-171-0/+1
| * Auto merge of #6661 - eregon:consistent-encoding-for-reading-files, r=deivid-...The Bundler Bot2018-08-161-0/+29
* | Fix encoding spec from #6661 to also work 1.9.3Benoit Daloze2018-08-201-1/+1
* | Skips specs on Ruby 1.8 as 1.8 does not have encodingsBenoit Daloze2018-08-131-0/+4
* | Add specs for Gemfiles with non-US-ASCII charactersBenoit Daloze2018-08-111-0/+25
* | Added a note about why `BUNDLE_GEMFILE` is specified in these specsJoel Van Horn2018-01-251-0/+2
|/
* fix tests/functionality breaking with new deprecation errorseg-deprecations-hard-error-in-2Colby Swandale2017-08-201-2/+2
* Add a feature flag to prefer gems.rb to Gemfileseg-prefer-gems-rbSamuel Giddins2017-06-151-0/+16
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Remove rubygems.org from gemfiles in the specsSamuel Giddins2016-12-181-1/+1
* Use Hashrocket => because we support Ruby 1.8.7JuanitoFatas2016-09-151-2/+2
* Support specify engine by symbol in GemfileJuanitoFatas2016-09-151-0/+29
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-1/+1
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-1/+1
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-2/+0
* `bundle config --local gemfile /foo/bar/MyGemfile` now worksDean Holdren2014-12-221-0/+26
* THE FUTURE IS NOWAndre Arko2014-11-051-25/+0
* Add warning message when Gemfiles use source with a block.Dan Finnie2014-10-031-0/+25
* Improved resolver significantly by trimming the search spaceSmit Shah2014-01-101-1/+1
* move --gemfile test to gemfile specAndre Arko2013-10-191-0/+14
* move invalid specs to gemfile and path specsAndre Arko2013-10-191-8/+25
* move gemspec test to install/gemspecAndre Arko2013-10-191-0/+13