File: spec_helper_local.rb

package info (click to toggle)
puppet-module-camptocamp-postfix 5.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 576 kB
  • sloc: ruby: 1,544; sh: 10; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 95 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

RSpec.configure do |c|
  c.filter_run_excluding(excl: true)
end