#!/bin/sh

. "$(dirname $0)/common.sh"

prepare
install_gem_bundle

cd "$AUTOPKGTEST_TMP"

# run the testsuite
jruby -S rake spec:jruby
