Rspec shared example group error: ensure_shared_example_group_name_not_taken

Updated . Posted . 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.

Last edit
License
Source code in this card is licensed under the MIT License.
Posted to makandra dev (2012-08-24 08:16)