summaryrefslogtreecommitdiff
path: root/spec/data/lwrp/providers/paint_drying_watcher.rb
blob: 04b4732dcc8e54d5c30704c0389b64b9229116c7 (plain)
1
2
3
4
5
6
7
action :prepare_eyes do
  "Prepared"
end

action :watch_paint_dry do
  "This isn't very interesting"
end