#!/bin/sh

set -e

bundle exec rspec
bundle exec rubocop -S -D
bundle exec gem build jekyll-default-layout.gemspec
