views:

17

answers:

1

how can i get controller B's action in rails specs for controller A?

+2  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

shingara