summaryrefslogtreecommitdiff
path: root/spec/support/matchers.rb
Commit message (Expand)AuthorAgeFilesLines
* Extract `bundled_app_gemfile` path helperDavid Rodríguez2020-01-121-1/+1
* Extract `bundled_app_lock` path helperDavid Rodríguez2020-01-121-1/+1
* Use standard require paths for names with dashes in specsDavid Rodríguez2020-01-031-2/+2
* Prefer requires not relying on the `$LOAD_PATH`David Rodríguez2019-11-111-1/+2
* Migrate a couple of requires to be relativeDavid Rodríguez2019-09-151-1/+2
* Add some debugging info to error messageDavid Rodríguez2019-09-151-1/+1
* Normalize file:// handling in specsDavid Rodríguez2019-06-111-1/+1
* s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-4/+4
* Little refactorDavid Rodríguez2019-04-011-2/+2
* Be agressive, our specs should print no deprecationsimprove_deprecation_specsDavid Rodríguez2019-03-141-4/+0
* Remove the `have_major_deprecation` matcherDavid Rodríguez2019-03-141-13/+0
* Remove `eq_err` matcherDavid Rodríguez2019-03-141-7/+0
* Auto-correct `Style/MutableConstant` rubocop offensesDavid Rodríguez2019-03-041-1/+1
* Auto-correct `Style/RescueStandardError` offensesDavid Rodríguez2019-03-041-3/+3
* Fix major deprecation matcherDavid Rodríguez2019-02-281-2/+1
* Reword deprecation messagesDavid Rodríguez2019-02-211-1/+1
* Fix redefinition warningtest_warningDavid Rodríguez2019-02-171-0/+8
* Remove now unnecessary `lack_errors` matcherDavid Rodríguez2019-02-141-7/+0
* Add heredoc string to expected_gemfileAgrim Mittal2018-06-281-0/+4
* typo fixskip-remove-auth-with-file-protocolSHIBATA Hiroshi2018-06-151-1/+1
* Move normalize methods to helper methods from rspec example files.SHIBATA Hiroshi2018-06-151-3/+2
* Modify localhost variable when defining URI::File. It will be provided from R...SHIBATA Hiroshi2018-06-151-2/+3
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Add a be_sorted matcherSamuel Giddins2017-07-051-0/+14
* Get the specs passing in 1.0 modeSamuel Giddins2017-06-231-6/+6
* Fix matching against no major deprecationsSamuel Giddins2017-06-141-1/+6
* Remove unusable chain from read_as matcherSamuel Giddins2016-08-221-6/+0
* Fix precondition negated matchingseg-unhack-vizSamuel Giddins2016-08-021-3/+11
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-2/+3
* [RuboCop] Fix offensesSamuel Giddins2016-08-021-3/+2
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-41/+82
* Add machinery for a matcher having preconditionsSamuel Giddins2016-08-021-10/+54
* Add a matcher for a file have the given contentsSamuel Giddins2016-08-021-3/+11
* Add support for checking source in should_be_installedSamuel Giddins2016-07-241-9/+18
* [Matchers] Allow should_be_installed to work with major deprecationsSamuel Giddins2016-07-051-1/+2
* Clean up outdated deprecation codeSamuel Giddins2016-07-051-2/+15
* Fix deprecation warnings and lack_errors matcherStefan Lance2016-07-051-1/+1
* Add Bundler.ui.deprecateStefan Lance2016-07-051-0/+12
* Fixed plugin install order for 1.8.7Asutosh Palai2016-07-031-2/+2
* Preventing registered source to be reinstalledAsutosh Palai2016-07-031-0/+7
* Added plugin install support for inline GemfileAsutosh Palai2016-06-091-0/+8
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-1/+2
* Add bang versions of the spec helpersSamuel Giddins2016-01-251-3/+4
* Fix Style/LeadingCommentSpaceVictor Koronen2015-08-141-2/+0
* Fix Style/AliasErick Sasse2015-07-231-1/+1
* Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-2/+2
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-2/+2
* change to new expect syntax for rspecTerence Lee2012-10-091-6/+6
* un-check everythingAndre Arko2011-05-241-1/+1
* switch lockfile matcher to rspec == and get string diffs for freeAndre Arko2011-03-311-15/+3