enkessler/cql

View on GitHub
.rspec

Summary

Maintainability
Test Coverage
<% # Can't use 'require_relative' because it won't work on JRuby inside of an ERB file %>
<% require "#{__dir__}/cql_project_settings" %>

--tag ~@wip
--pattern "testing/rspec/spec/**/*_spec.rb"
--force-color
--format html --out <%= ENV['CQL_REPORT_FOLDER'] %>/<%= ENV['CQL_RSPEC_REPORT_HTML_FILE'] %>
--format progress