mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-25 09:13:05 +08:00
fix typo
This commit is contained in:
parent
60d1fb5e66
commit
2684d2b515
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class AddonsSpecLoader
|
|||
end
|
||||
end
|
||||
|
||||
# cucumber can't respolve path with symlinks so we copy files from addons
|
||||
# cucumber cannot resolve path with symlinks so we copy files from addons
|
||||
def copy_to_features
|
||||
FileUtils.rm_f Dir.glob("#{Dir.pwd}/features/addons/*")
|
||||
available_addons.each do |addon|
|
||||
|
|
Loading…
Reference in a new issue