Sha256: f333b24cfe6180d80191e259c4059a2b3b7101096d29132b7e65082425706f70

Contents?: true

Size: 242 Bytes

Versions: 6

Compression:

Stored size: 242 Bytes

Contents

# 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

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
overcommit-0.67.0 lib/overcommit/hook/pre_commit/r_spec.rb
overcommit-0.66.0 lib/overcommit/hook/pre_commit/r_spec.rb
overcommit-0.65.0 lib/overcommit/hook/pre_commit/r_spec.rb
overcommit-0.64.1 lib/overcommit/hook/pre_commit/r_spec.rb
overcommit-0.64.0 lib/overcommit/hook/pre_commit/r_spec.rb
overcommit-0.63.0 lib/overcommit/hook/pre_commit/r_spec.rb