aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runtime/inline_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #5328 - bundler:seg-inline-empty-bundle-gemfile, r=indirectThe Bundler Bot2017-01-171-0/+18
|\
| * [Inline] Support running when BUNDLE_GEMFILE=""Samuel Giddins2017-01-141-0/+18
* | Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
|/
* Fix the specs on Ruby 2.4Samuel Giddins2016-12-201-0/+2
* Remove rubygems.org from gemfiles in the specsSamuel Giddins2016-12-181-3/+3
* run inline bundle in same folder as Gemfiles and set appropiate sourceColby Swandale2016-11-241-7/+10
* specify older version of the JSON gem to meet requirements for it to be insta...Colby Swandale2016-11-241-1/+1
* fix typo expet and fix duplicate gemfile specificationColby Swandale2016-11-241-2/+2
* fix spec and use more common gem in inline exampleColby Swandale2016-11-241-2/+3
* dont build defintion with Gemfile.lock (if present) when using inline gemfileColby Swandale2016-11-231-0/+33
* Add an inline spec for eval’ing two gemfilesSamuel Giddins2016-09-071-0/+20
* Remove expect_err from the specs & print all output on a spec failureSamuel Giddins2016-08-031-2/+2
* Fix specs expecting err to be emptyStefan Lance2016-07-051-1/+1
* [Inline] Installs quietly from git if necessary when the install option is no...Samuel Giddins2016-06-091-0/+18
* [Inline] Install when necessarySamuel Giddins2016-05-311-0/+15
* Auto merge of #4245 - lamont-granquist:lcg/inline-ui, r=segiddinsHomu2016-02-031-0/+46
|\
| * more hashrocket fixesLamont Granquist2016-02-011-2/+2
| * Fixes per code reviewLamont Granquist2016-02-011-0/+28
| * ruby 1.8.7 fixLamont Granquist2016-01-291-1/+1
| * use options hash to pass options insteadLamont Granquist2016-01-291-1/+1
| * Allow passing UI object into bundler/inlineLamont Granquist2016-01-271-0/+18
* | Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
|/
* Update specs for prettier version conflict messagesSamuel E. Giddins2015-07-231-1/+1
* Fix Style/SpaceAroundOperatorsAndre Arko2015-07-181-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-3/+3
* [Inline] Add a spec for auto-require from endpoint specSamuel E. Giddins2015-05-301-7/+15
* consistent use of Bundler.ui in inline installsAndre Arko2015-05-181-1/+1
* [Inline] Remove dependence on #define_singleton_method so things work on 1.8.7Samuel E. Giddins2015-03-161-6/+4
* [Inline] Add some basic specsSamuel E. Giddins2015-03-161-0/+90