Never name your shared example group *_spec.rb. Otherwise rspec will try to load your example group as a spec and you will get the error above.
Posted to makandra dev (2012-08-24 08:16)
Never name your shared example group *_spec.rb. Otherwise rspec will try to load your example group as a spec and you will get the error above.