I have some integration points where I want to test various responses - where do you think should I store these artifacts in my spec/ directory of my rails application?
A:
are they really fixtures? does that break convention with yaml typically being the only files in there?
danpickett
2008-09-24 20:45:13
+1
A:
In the past I've created a test/resources or spec/resources directory for other test/spec related files. That seems to keep it clear that it's some sort of other file used only for testing.
Ian Terrell
2008-09-24 23:37:15