Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/bash
if [[ -z "$@" ]]; then
bin/rspec spec/system
elif [[ -n "$@" ]]; then
bin/rspec "$@"
fi