summaryrefslogtreecommitdiff
path: root/spec/realworld/mirror_probe_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify a bunch of test requiresDavid Rodríguez2019-11-041-1/+1
* Move some global requires to their few usagesDavid Rodríguez2019-09-181-0/+2
* s/last_command.stdout/out/greysteil/print-errors-to-stderrDavid Rodríguez2019-04-121-1/+1
* Unify stderr helpersDavid Rodríguez2019-04-121-1/+1
* Remove explictily loading thread library, It's provided by embedded module in...remove-threadSHIBATA Hiroshi2019-04-051-2/+0
* Split stderr and stdout in specsDavid Rodríguez2019-02-141-8/+8
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Improve realworld specs on 2.0Samuel Giddins2017-06-231-3/+4
* Get the realworld specs running on 1.8.7 againSamuel Giddins2017-06-131-5/+5
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* [Retry] Add newline before printing the final errorSamuel Giddins2016-12-181-1/+0
* remove old heredoc terminatorColby Swandale2016-12-171-1/+0
* add missing slashColby Swandale2016-12-171-1/+1
* add failing spec for error not being printed on a new lineColby Swandale2016-12-171-0/+18
* holy crap, what a subtle bugAndre Arko2016-10-131-0/+1
* Silence WEBrick in the realworld specsSamuel Giddins2016-08-111-1/+2
* Use `include_gem` as the matcher nameSamuel Giddins2016-08-021-2/+2
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-2/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* Join rack server threads so we make sure that they are gonePablo Carranza2015-12-281-1/+2
* Use late binding for ports in the rack based specs to prevent picking wrong p...Pablo Carranza2015-12-281-23/+23
* Tag mirror probe spec as realworld so it is included in the runPablo Carranza2015-12-271-1/+1
* Add realworld specs for probing mirrors failing and falling back, all and spe...Pablo Carranza2015-12-271-11/+78
* Oh rubocop, you are so susceptiblePablo Carranza2015-12-271-3/+2
* Weinrich proc stylePablo Carranza2015-12-271-2/+2
* Initial mirror probe realworld integration specPablo Carranza2015-12-271-0/+57