[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/sds/overcommit/main/lib/overcommit/hook/pre_commit/r_spec.rb [Back]  [Original]

# frozen_string_literal: true

require 'overcommit/hook/shared/r_spec'

module Overcommit::Hook::PreCommit
  # Runs `rspec` test suite
  #
  # @see http://rspec.info/
  class RSpec < Base
    include Overcommit::Hook::Shared::RSpec
  end
end

Web Proxy Viewer  |  New URL  |  Original Page