mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-20 16:46:17 +00:00
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