mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-07-29 12:00:32 +00:00
296 B
296 B
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