Sha256: 75a2a5008c7ec803197a92c2eb215ee5a7dce48da92c10c4f534f480a55151b0

Contents?: true

Size: 135 Bytes

Versions: 10

Compression:

Stored size: 135 Bytes

Contents

module FailPatch
  def self.extended(obj)
    $task_failed = false
  end
  
  def fail(*args)
    $task_failed = true
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
albacore-0.2.5 spec/patches/fail_patch.rb
albacore-0.2.4 spec/patches/fail_patch.rb
albacore-0.2.3 spec/patches/fail_patch.rb
albacore-0.2.2 spec/patches/fail_patch.rb
albacore-0.2.0.preview2 spec/patches/fail_patch.rb
albacore-0.2.0.preview1 spec/patches/fail_patch.rb
albacore-0.1.5 spec/patches/fail_patch.rb
albacore-0.1.4 spec/patches/fail_patch.rb
albacore-0.1.3 spec/patches/fail_patch.rb
albacore-0.1.2 spec/patches/fail_patch.rb