Sha256: fc1fde0fb3628e27eb741c456e3953dfea160f4f6b0bf07453cc04018696380f

Contents?: true

Size: 398 Bytes

Versions: 4

Compression:

Stored size: 398 Bytes

Contents

module Capybara
  module Screenshot
    module Diff
      module Vcs
        SILENCE_ERRORS: String

        def self.checkout_vcs: (Pathname screenshot_path, Pathname checkout_path) -> bool

        def self.restore_git_revision: (Pathname screenshot_path, Pathname checkout_path) -> bool

        def self.restore_svn_revision: -> bool

        def self.svn?: -> bool
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
capybara-screenshot-diff-1.8.3 sig/capybara/screenshot/diff/vcs.rbs
capybara-screenshot-diff-1.8.2 sig/capybara/screenshot/diff/vcs.rbs
capybara-screenshot-diff-1.8.1 sig/capybara/screenshot/diff/vcs.rbs
capybara-screenshot-diff-1.8.0 sig/capybara/screenshot/diff/vcs.rbs