#!/bin/bash

set -e  # Exit on error

UPDATE_SNAPSHOTS=true bundle exec rake test

echo ""
echo "Updated snapshots!"
