Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在处理的另一个项目需要一个特定的文件夹结构,我想编写一个程序来测试正确的结构。
我认为最好的方法是在 RSpec 中编写该结构的规范,然后让程序运行测试但自定义输出。我的问题是,我不知道从哪里开始!如何从另一个 ruby 应用程序触发 RSpec 测试并捕获输出?
谢谢!