Support projects with both spec/fixtures
and test/fixtures
dirs
#3
Labels
enhancement
New feature or request
spec/fixtures
and test/fixtures
dirs
#3
I ran into a project that uses fixtures in both
spec/fixtures
andtest/fixtures
. We should try to support this use case.Currently, the plugin clobbers the fixture types, causing only one of the directories to be available for completion. We need to find a way to load them into the same hash and show, in the documentation window, which fixture file is currently selected in the menu.
The text was updated successfully, but these errors were encountered: