I wanted to run just a test matching a specific pattern, from an integration suite. The SPEC_OPTS variable allowed me to do just that:
env SPEC_OPTS='-e translations' SELENIUM=1 bundle exec rspec spec/features/*
Developer from somewhere
I wanted to run just a test matching a specific pattern, from an integration suite. The SPEC_OPTS variable allowed me to do just that:
env SPEC_OPTS='-e translations' SELENIUM=1 bundle exec rspec spec/features/*