Sha256: 86940be6bbd304bd5359a51240aaf0596b59efb547e0f629ab2d420e74245a09

Contents?: true

Size: 215 Bytes

Versions: 7

Compression:

Stored size: 215 Bytes

Contents

module Hercules
  class Triggers
    def self.before_deploy(options)
      puts "test with #{undefined_variable}"
    end

    def self.after_deploy(options)
      FileUtils.touch "./after_deploy"
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hercules-0.2.6 tests/fixtures/deployer_undefined_variable.rb
hercules-0.2.5 tests/fixtures/deployer_undefined_variable.rb
hercules-0.2.4 tests/fixtures/deployer_undefined_variable.rb
hercules-0.2.3 tests/fixtures/deployer_undefined_variable.rb
hercules-0.2.2 tests/fixtures/deployer_undefined_variable.rb
hercules-0.1.2 tests/fixtures/deployer_undefined_variable.rb
hercules-0.1.1 tests/fixtures/deployer_undefined_variable.rb