Sha256: c1c4cc5c26096c2d088324e78aebc5bf671b39c3488f8af77bcaed81ebbbc288

Contents?: true

Size: 155 Bytes

Versions: 6

Compression:

Stored size: 155 Bytes

Contents

git.describe "helper" do |pre|
  pre.helper :my_helper do
    12
  end

  pre.test do
    false
  end

  pre.message do
    "It's #{my_helper}."
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
captain_hoog-2.0.0 spec/fixtures/code/helper.rb
captain_hoog-1.1.1 spec/fixtures/code/helper.rb
captain_hoog-1.1.0 spec/fixtures/code/helper.rb
captain_hoog-1.0.2 spec/fixtures/code/helper.rb
captain_hoog-1.0.1 spec/fixtures/code/helper.rb
captain_hoog-1.0 spec/fixtures/code/helper.rb