File: job_example_group_spec.rb

package info (click to toggle)
ruby-rspec-rails 7.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,796 kB
  • sloc: ruby: 11,068; sh: 198; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
module RSpec::Rails
  RSpec.describe JobExampleGroup do
    if defined?(ActiveJob)
      it_behaves_like "an rspec-rails example group mixin", :job,
                      './spec/jobs/', '.\\spec\\jobs\\'
    end
  end
end