Sha256: 1734b419cd3d8f095c35b18d25cd5722d7d051a8e3ca5a11fbf7daa7930ce743
Contents?: true
Size: 424 Bytes
Versions: 158
Compression:
Stored size: 424 Bytes
Contents
# spec/integration/recipes/redefine.rb define :echo_hello, version: nil do file "put file in redefine.rb" do action :create path "/tmp/created_in_redefine" content 'first' end end # Duplicated definitions define :echo_hello, version: nil do file "put file in redefine.rb" do action :create path "/tmp/created_in_redefine" content 'second' end end # Execute echo_hello "execute echo_hello!"
Version data entries
158 entries across 158 versions & 3 rubygems