]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

tests: explicitly enable old "should" syntax to fix deprecation warnings (#92)
authorDaniel Hahler <github@thequod.de>
Sat, 7 Oct 2017 19:29:10 +0000 (21:29 +0200)
committerGitHub <noreply@github.com>
Sat, 7 Oct 2017 19:29:10 +0000 (21:29 +0200)
commit720eb2b9821a4147dbd124ff595e36fa2b9b45b2
tree0e68c28542500f7b4b5475f983228bb8fe90ce80
parente0be8bfc4ff68e6eb26662fe3a1881cba225a44e
tests: explicitly enable old "should" syntax to fix deprecation warnings (#92)

> Deprecation Warnings:
>
> Using `should` from rspec-expectations' old `:should` syntax without
> explicitly enabling the syntax is deprecated. Use the new `:expect`
> syntax or explicitly enable `:should` with `config.expect_with(:rspec) {
> |c| c.syntax = :should }` instead. Called from
> …/vim-python-pep8-indent/spec/indent/indent_spec.rb:141:in
> `block (3 levels) in <top (required)>'.
spec/spec_helper.rb