Padrino 中子 APP 和主 APP 的 Rspecs
有没有什么好方法可以用rspec来测试Padrino中的Sub APP的控制器和模型?我是一个尝试 Padrino 和 Mongoid ORM 的新手。任何人都可以向我提供显示 Padrino 中子应用程序和主应用程序的 rspecs 示例的链接。
Is there any good way to test a controller and model of Sub APP in Padrino with rspec? I am a newbie experimenting with Padrino and Mongoid ORM. Can anyone provide me the link for examples showing rspecs for Sub APP and Main APP in Padrino.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以切换
@app
@app = Admin.tap { }
或
@app = YourApp.tap { }
You can switch
@app
@app = Admin.tap { }
or
@app = YourApp.tap { }