summaryrefslogtreecommitdiff
path: root/spec/commands/init_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove global directory switching from specstests/less_flakynessDavid Rodríguez2020-01-121-9/+3
* Extract `bundled_app_gemfile` path helperDavid Rodríguez2020-01-121-3/+3
* Unify stderr helpersDavid Rodríguez2019-04-121-1/+1
* Make `init_gems_rb` a regular settingmake_init_gems_rb_a_settingDavid Rodríguez2019-04-111-50/+46
* Move on to bundler 3David Rodríguez2019-04-111-9/+9
* Use newest interface to `bundle config` everywhereDavid Rodríguez2019-02-191-1/+1
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-3/+3
* Remove >= 2 tag; manually chmod a-w the dirGeorg Gadinger2018-01-201-2/+4
* Make writable spec pass on Ruby < 2.4Georg Gadinger2018-01-191-2/+2
* [Init] Check if the current directory is writableGeorg Gadinger2018-01-191-0/+16
* scope specs to their bundler version and remove duplicate testcolby/init-gemfile-path-childColby Swandale2017-12-111-40/+35
* Let users generate gemfiles in paths whos parent path contains a GemfileColby Swandale2017-12-091-3/+20
* [CLI] Deprecate init --gemspecSamuel Giddins2017-07-191-2/+2
* Get the 2.0 specs passing under 2.0Samuel Giddins2017-06-231-8/+31
* rename feature flag to `init_gems_rb` and PR feedbackColby Swandale2017-06-051-3/+16
* generate gems.rb in bundle init with feature flagColby Swandale2017-06-041-0/+50
* use Bundler.load_gemspec_uncached for reading gemspeccolby/bundler-init-invalid-gemspecColby Swandale2017-06-011-1/+1
* handle invalid gemspec and add specs for untested behaviour in bundle init --...Colby Swandale2017-06-011-22/+48
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-2/+2
* Fix Style/RegexpLiteralVictor Koronen2015-08-131-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* Merge pull request #3394 from dsisnero/patch-1Tim Moore2015-02-131-1/+1
* break out cli command specs into a dedicated dirAndre Arko2013-08-051-0/+39