我有一个项目,它有一个rails后端,一个Vue前端。我的一切都在两端之间工作,现在我正在努力添加Vuetify,以使它看起来更好。Running completion hooks... ERROR Error: ENOENT: no such file or directory, open './draw-front/public/index.html'
Error: ENOENT: no such file or directory, open './draw-front/public/index.html'
我有behat条件,我想用on函数来描述,使用"not":Given this is happening和Given this is NOT happening。不过,我找不到一个有效的正则表达式。以下是我想要达到的目标: * @Given /^this is<regexCheckingNOT> happening$/public function thisIsHappeningNOT| ) happening$/
@
目前我有两个类,一个叫做"Building",第二个叫做"Happening"。每座建筑都有自己的名字,ArrayList of events (Happening)有一天的时间。类Happening有启动时间和结束时间。可以有很多建筑,每一栋建筑都可以有多个事件,(Happening)。但是正如你所看到的,我使用了两个类来完成这项工作。我知道这可能是最好的方法,但我很好奇,如果只使用一个类(Building)就可以处理这一切,而不需要Happening类。我尝试使