Displaying 1 result from an estimated 1 matches for "shared_example_for".
Did you mean:
shared_examples_for
2010 Mar 18
1
shared_example can't have the same name even if defined it different specs
...hub.com/336898
Using these files RSpec will give an error that ''User'' is already
registered as a shared group, even though they are defined in separate
files and example groups.
Is it suppose to behave that way? Seems like a hassle to have to
prepend the controller name to each shared_example_for.