Rspec shared example group error: ensure_shared_example_group_name_not_taken

Posted Over 11 years ago. Visible to the public.

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.

Andreas Robecke
Last edit
About 11 years ago
License
Source code in this card is licensed under the MIT License.
Posted by Andreas Robecke to makandra dev (2012-08-24 08:16)