You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 30, 2024. It is now read-only.
I'm using rspec 2.6.4 with rails 3.1 and got some weird problems with shared examples. When I try to include the example using it_behaves_like "an order" rspec always tells me: Could not find shared example group named "an order" (RuntimeError).
But when I add a require like "lib/order_spec" after the include "spec_helper" I get an error it's already defined: Shared example group 'an order' already exists (ArgumentError)