gitlabhq/gitlab-shell

View on GitHub
spec/spec_helper.rb

Summary

Maintainability
A
0 mins
Test Coverage
ROOT_PATH = File.expand_path('..', __dir__)

Dir[File.expand_path('support/**/*.rb', __dir__)].each { |f| require f }

RSpec.configure do |config|
  config.run_all_when_everything_filtered = true
  config.filter_run :focus
end