#!/bin/sh
set -efu

cp -a spec "$ADTTMP"

cd "$ADTTMP"

export SKIP_PEDANT=1
export SINGLE_ORG=1
ruby spec/run_pedant.rb
