Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F462812
Guardfile
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, May 19, 12:10 AM
Size
170 B
Mime Type
text/plain
Expires
Wed, May 21, 12:10 AM (13 h, 47 m)
Engine
blob
Format
Raw Data
Handle
220058
Attached To
rARCHIVING archiving
Guardfile
View Options
guard :minitest do
watch(%r{^test/test_helper\.rb$}) { 'test' }
watch(%r{^test/(.*)\/?test_(.*)\.rb$})
watch(%r{^app/(.+)\.rb$}) { |m| "test/#{m[1]}_test.rb" }
end
Event Timeline
Log In to Comment