#!/bin/bash
set -ex

bundle exec rspec "$@"
bundle exec rspec spec/test_jekyll-last-modified-at.rb
