summaryrefslogtreecommitdiff
path: root/spec/runtime/setup_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid aliasing a missing method in specs on old RGseg-setup-activate-no-gemsSamuel Giddins2017-04-041-8/+12
* Add temporary exemptions to default gem activation testsSamuel Giddins2017-04-041-6/+19
* Add a spec for not activating any gems during Bundler.setupSamuel Giddins2017-04-041-0/+43
* [StubSpecification] Avoid loading all installed gemspecsseg-stub-specification-missing-extensionsSamuel Giddins2017-02-181-0/+28
* Defer requiring rubygems/spec_fetcher until it becomes necessaryKazuki Yamaguchi2017-02-141-2/+13
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* [RubygemsIntegration] Temporarily make #gem public againseg-public-gemSamuel Giddins2016-10-201-0/+15
* Scrub STDOUT output from the main specsseg-fix-realworldSamuel Giddins2016-08-111-1/+1
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-12/+12
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-9/+9
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-9/+9
* [Bundler] Use DSLError when eval-ing a gemspec failsSamuel Giddins2016-07-201-6/+9
* Add Bundler.ui.deprecateStefan Lance2016-07-051-13/+13
* Change Rakefile to work as a submoduleSamuel Giddins2016-06-211-0/+1
* Fix setup spec's written ruby version sectionSamuel Giddins2016-06-081-1/+1
* Remove trailing comma for Ruby 1.8.7seg-setup-loadpath-orderSamuel Giddins2016-04-291-1/+1
* [Runtime] Fix the ordering of the load path when there are dependenciesSamuel Giddins2016-04-291-0/+31
* [Definition] Fix lockfiles_equal? regexp for multiple substitutionsSamuel Giddins2016-04-181-0/+62
* Remove unnecessary after blockHsing-Hui Hsu2016-02-091-5/+0
* Remove space betweeen -I and dir name for 1.8.7Hsing-Hui Hsu2016-02-091-1/+1
* Address feedback on spec.Hsing-Hui Hsu2016-02-061-19/+26
* Place bundler loaded gems after -I and RUBYLIBHsing-Hui Hsu2016-02-021-0/+25
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* Clean up require rack output message from test suiteJames Wen2015-12-301-1/+1
* Nix the gem_helpers method in `Bundler::Dsl`Mike Virata-Stone2015-12-151-1/+1
* fix #4149 by (again) waiting to load PsychAndre Arko2015-12-131-0/+15
* [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-8/+8
* Use %w[] instead of %w()Erick Sasse2015-07-291-1/+1
* Fix Style/WordArrayErick Sasse2015-07-281-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* Fix Style/SpaceInsideHashLiteralBracesErick Sasse2015-07-171-3/+3
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-34/+34
* [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-151-1/+0
* specs for bundler version warningsimplicit_lock_preservationAndre Arko2015-06-081-1/+3
* failing specs for BUNDLED WITH preservationAndre Arko2015-06-081-0/+54
* [Builders] Get rid of warnings in default built specsSamuel E. Giddins2015-05-171-0/+1
* Merge pull request #3582 from voxik/fix-rubygems-2.2-compatibilityAndré Arko2015-04-211-0/+33
|\
| * Don't build extensions.Vít Ondruch2015-04-201-0/+3
| * Test cleanup of $LOAD_PATH.Vít Ondruch2014-12-091-0/+30
* | [Setup] Fix multiple non-additive invocations of Bundler.setup with different...seg-fix-setupSamuel E. Giddins2015-03-221-0/+15
|/
* Refactor test to use with_read_only helperPatrick Mahoney2014-07-141-13/+2
* Support read-only git gems (fixes #3092)Patrick Mahoney2014-07-141-0/+8
* Avoid threequals operator where possibleAntonio Scandurra2014-03-211-1/+1
* Merge tag 'v1.5.2' into 'master'Andre Arko2014-01-101-2/+3
* Less confusing message in 'use bundle exec' error message.Xavier Shay2013-08-061-1/+1
* stop suppressing GitError while loading specsAndre Arko2013-05-051-1/+1
* Accepts strings for group names. Fixes #2305Luis Lavena2013-02-091-0/+13
* Adopt a test to pass after after changes in d0ad86f6f9cFabian Ruff2013-01-291-1/+1
* clean up load_gemspec a bit, organize specsAndre Arko2012-12-021-57/+0
* YAML::Engine only exists on Ruby 1.9.Andre Arko2012-11-221-22/+22