Skip to content

Latest commit

 

History

History

spec

QA framework unit tests

To run all the unit tests under the framework, following command can be used:

bundle exec rspec -O .rspec_internal

To run individual unit test, following command can be used:

bundle exec rspec -O .rspec_internal spec/spec_path/file_spec.rb