refactor file change api, add a disable-watcher command line option for heroku/hosted
This commit is contained in:
parent
3d3e9e2f5b
commit
20fea1bab1
9 changed files with 126 additions and 68 deletions
|
@ -9,9 +9,9 @@ Then /^the file "([^\"]*)" is removed$/ do |path|
|
|||
end
|
||||
|
||||
Then /^the file "([^\"]*)" did change$/ do |path|
|
||||
@server_inst.file_did_change(path)
|
||||
@server_inst.files.did_change(path)
|
||||
end
|
||||
|
||||
Then /^the file "([^\"]*)" did delete$/ do |path|
|
||||
@server_inst.file_did_delete(path)
|
||||
@server_inst.files.did_delete(path)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue