Fix naming of shared examples' files
2 shared examples files were ending in _spec which is the pattern Rspec looks for while loading files automatically. Since these files were requried in multiple spec files, the same files were bing loaded multiple times, causing multiple definitions.
Showing
File moved
Please register or sign in to comment