Sha256: 1cdb8797c21183c919ecfc8eedba4bea92eb3ca80863cfda31ca9b72b29e8d10

Contents?: true

Size: 218 Bytes

Versions: 6

Compression:

Stored size: 218 Bytes

Contents

git.describe "foo" do |pre|

  pre.helper :test_helper do
    env.project_dir
  end

  pre.test do
    false
  end

  pre.message do
    "The test failed in #{test_helper}. Prevent you from doing anything."
  end

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
captain_hoog-2.0.0 spec/fixtures/plugins/test_plugins/failing/simple.rb
captain_hoog-1.1.1 spec/fixtures/plugins/test_plugins/failing/simple.rb
captain_hoog-1.1.0 spec/fixtures/plugins/test_plugins/failing/simple.rb
captain_hoog-1.0.2 spec/fixtures/plugins/test_plugins/failing/simple.rb
captain_hoog-1.0.1 spec/fixtures/plugins/test_plugins/failing/simple.rb
captain_hoog-1.0 spec/fixtures/plugins/test_plugins/failing/simple.rb