how can i get controller B'开发者_如何学Cs action in rails specs for controller A?
Why do you want that ? In Functional Spec you need test only one controller. If you want test several Controller you need made a integration test
how can i get controller B'开发者_如何学Cs action in rails specs for controller A?
Why do you want that ? In Functional Spec you need test only one controller. If you want test several Controller you need made a integration test
精彩评论