Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Controller generator uses shared code, but the specs are not shared. #372

Open
jcoyne opened this issue Dec 3, 2013 · 0 comments
Open

Comments

@jcoyne
Copy link
Contributor

jcoyne commented Dec 3, 2013

When I did rails generate curate:work Text
I got a controller spec with this line in it:

it_behaves_like 'is_a_curation_concern_controller', Text, actions: :all
in `find_and_eval_shared': Could not find shared examples "is_a_curation_concern_controller" (ArgumentError)

It does the same in the actor spec: is_a_curation_concern_actor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant