trailblazer / reform

Form objects decoupled from models.
https://trailblazer.to/2.1/docs/reform.html
MIT License
2.49k stars 184 forks source link

Add some tests; fix some deprecations #469

Closed TylerRick closed 5 years ago

emaglio commented 5 years ago

@TylerRick can you please rebase your branch with v2.3.0.rc2?

- cd into/cloned/fork-repo
- git checkout master
- git remote add upstream git://github.com/trailblazer/reform.git
- git fetch upstream
- git pull upstream v2.3.0.rc2
- git checkout test_type_for_hash_property
- git rebase -i v2.3.0.rc2
- git force push

We will merge this PR ones this is done. Thanks for adding these tests :+1:

emaglio commented 5 years ago

Closing this in favour of https://github.com/trailblazer/reform/pull/489