File: job_example_group_spec.rb

package info (click to toggle)
ruby-rspec-rails 8.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,804 kB
  • sloc: ruby: 10,881; sh: 198; makefile: 6
file content (8 lines) | stat: -rw-r--r-- 223 bytes parent folder | download | duplicates (4)
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