silver-mx
4/17/2019 - 8:34 AM

rspec

# Run rspec json output
bundle exec rspec --tag fixed:true --format json --out rspec_mini.json

# Run rspec html output
bundle exec rspec --tag fixed:true --format html --out rspec_mini.html

# Run all tests that are not faulty
 bundle exec rspec --tag ~faulty --format html --out rspec.html