Add test for `IS NULL` and `IS NOT NULL` by pocke · Pull Request #17 · pocke/activerecord-originator

This PR adds test cases for IS NULL and IS NOT NULL. This PR does not change the production code because this gem already supports these syntaxes. Probably Arel treats them as Equality nodes, so it...