Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8393586
Guardfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
435 B
Subscribers
None
Guardfile
View Options
notification :off
scope group: :spec
group :spec do
guard :rake, :task => 'test' do
watch(%r{^lib\/.+\.rb$})
watch(%r{^spec\/.+\.rb$})
watch(%r{^manifests\/.+\.pp$})
end
end
group :acceptance do
guard :rake, :task => 'acceptance' do
watch(%r{^spec\/acceptance\/.+\.rb$})
end
end
group :acceptance_swarm do
guard :rake, :task => 'acceptance_swarm' do
watch(%r{^spec\/acceptance_swarm\/.+\.rb$})
end
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 4, 7:15 PM (5 d, 9 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3302287
Attached To
R205 puppet-puppetlabs-docker
Event Timeline
Log In to Comment