-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Don't know how to build task 'appraisal' #120
Comments
Actually it works when adding |
jvenezia
added a commit
to jvenezia/appraisal
that referenced
this issue
Oct 12, 2016
There's a chance that |
Seems ok to me :) |
TylerRick
added a commit
to TylerRick/rolify
that referenced
this issue
Jan 9, 2018
when running rake. See: thoughtbot/appraisal#120
EppO
pushed a commit
to RolifyCommunity/rolify
that referenced
this issue
May 11, 2018
…t persisted (#480) * Fix for: Don't know how to build task 'appraisal' when running rake. See: thoughtbot/appraisal#120 * Make it safe to call Thing.with_role(:admin, user) even if user is not persisted This will return an empty result now (like it used to) instead of raising an exception. Fixes #382
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I can't run appraisal as a rake task.
I added appraisal as a development dependency in my gemspec :
spec.add_development_dependency 'appraisal', '~> 2.1'
appraisal rake
works great, but notrake appraisal
.The text was updated successfully, but these errors were encountered: