Fix tests for rspec 3.3.0 For newer rspec versions, the methods be_false and be_true don't exist anymore. Their behaviour was replaced by be_falsey and be_truthy, respectivelly. Therefore, to fix the build, the test was updated with these new methods signatures.
This fix can be found on the upstream project, however a new release was not made yet with the fix described above.