summaryrefslogtreecommitdiff
path: root/spec/data/lwrp_override/resources/foo.rb
blob: 2fc13d32fd58277a760ffc5190a394593a0eaf33 (plain)
1
2
3
4
5
6
7
8
9
10
# Starting with Chef 12 reloading an LWRP shouldn't reload the file anymore

actions :never_execute

attribute :ever, :kind_of => String

class ::Chef
  def method_created_by_override_lwrp_foo
  end
end