#!/bin/sh

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

prepare

cd "$AUTOPKGTEST_TMP"

# run the rspec testsuite
jruby -S rake test:mri:extra
