search for: widgetseri

Displaying 1 result from an estimated 1 matches for "widgetseri".

2008 Jun 07
2
Rails integration tests without stories
...for the integration tests (I''d still need to add in transactions, maybe a few other things), but for reasons I haven''t yet figured out means all my other specs try to run within an integration session. Finally, I could just test the serialization methods on the model (or build a WidgetSerializer), and then use mocks in controller specs. But I''m really looking for full-stack specs here, so I''d like to avoid that. Any suggestions? The path of least resistance is probably using the test/unit tests, followed closely by just sucking it up and having awkward user stories...