flock can't break
This commit is contained in:
parent
005ddaaeb2
commit
7363b6f13b
@ -337,7 +337,7 @@ module FakeFS
|
||||
end
|
||||
|
||||
def flock(locking_constant)
|
||||
raise NotImplementedError
|
||||
#raise NotImplementedError
|
||||
end
|
||||
|
||||
def mtime
|
||||
|
6
test.watchr
Normal file
6
test.watchr
Normal file
@ -0,0 +1,6 @@
|
||||
watch('test/.*_test.rb') { run_tests }
|
||||
watch('lib/.*.rb') { run_tests }
|
||||
|
||||
def run_tests
|
||||
system 'rake test'
|
||||
end
|
Loading…
Reference in New Issue
Block a user