UnRootBeer is an Xposed Framework module that will disable the root detection methods performed by the useful RootBeer library. I created this utility for security testing of applications using the RootBeer library without needing to rely on frameworks such as RootCloak.
You will need to root your test device and install the Xposed Framework. Next, you can
$ git clone https://github.com/jakev/unrootbeer
$ cd unrootbeer
$ ./gradlew installDebug
Optionally, you can install the pre-built copy to avoid using Gradle:
$ git clone https://github.com/jakev/unrootbeer
$ cd unrootbeer
$ adb install ./out/jakev.unrootbeer-debug.apk
UnRootBeer is released under the Apache Software License 2.0.