summaryrefslogtreecommitdiff
path: root/spec/realworld/dependency_api_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
* Remove explictily loading thread library, It's provided by embedded module in...remove-threadSHIBATA Hiroshi2019-04-051-1/+1
* Remove `bundle config` deprecations from specsremove_bundle_config_deprecationsDavid Rodríguez2019-03-291-1/+1
* Get the realworld specs running on 1.8.7 againSamuel Giddins2017-06-131-6/+2
* Specify `--require spec_helper` in .rspecKoichi ITO2017-05-031-1/+0
* Disable RSpec monkey patchingSamuel Giddins2017-01-151-1/+1
* 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-1/+1
* [Matchers] Add TheBundle class to make custom matchers more fluentSamuel Giddins2016-08-021-1/+1
* 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-0/+1
* Remove duplication for tests that start a rack serverPablo Carranza2015-12-271-22/+3
* [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-261-2/+2
* [RuboCop] Enable Style/RescueModifierSamuel Giddins2015-11-261-1/+5
* Fix Style/NumericLiteralsVictor Koronen2015-08-141-1/+1
* [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-151-8/+8
* Retry requests to dependency API.ascherger2013-08-031-1/+1
* Kills some whitespace at ends of filesTad Hosford2013-07-031-1/+0
* oh yeah! realworld specs.Andre Arko2013-02-131-1/+1
* less rescue/try something else crazinessAndre Arko2013-02-131-1/+1
* Cleanup trailing whitespaceErik Michaels-Ober2013-02-021-1/+1
* wait for the server to actually accept connectionsAndre Arko2012-11-221-3/+10
* whitespace sighAndre Arko2012-11-191-3/+3
* move the API timeout spec to the real world suiteAndre Arko2012-11-191-0/+54