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

Rake 11.2.0 missing test:recent task for Rails 2.3 and 3.2 projects #139

Closed
jasnow opened this issue Jun 11, 2016 · 3 comments
Closed

Rake 11.2.0 missing test:recent task for Rails 2.3 and 3.2 projects #139

jasnow opened this issue Jun 11, 2016 · 3 comments

Comments

@jasnow
Copy link

jasnow commented Jun 11, 2016

For all Rails 2.3 and 3.2 Rails projects:

When I run "rake test:recent" for "rake, version 11.1.2", it works and I get this:

rake test:recent     # Run tests for {:recent=>"test:prepare"} / Test recent changes

After upgrading to "rake, version 11.2.0", when I run "rake test:recent", I get this:

rake test:recent
rake aborted!
Don't know how to build task 'test:recent' (see --tasks)

Here is the stack trace: https://gist.github.com/jasnow/8d85484b04fc7864f408b3b7e881365a

@hsbt
Copy link
Member

hsbt commented Jun 12, 2016

@jasnow Thank you for your report. It's regression between 11.1.2 and 11.2.0. I'm going to release 11.2.1.

@hsbt
Copy link
Member

hsbt commented Jun 12, 2016

I released rake 11.2.2. (I missed to add another defect at 11.2.1 :( )

And I confirmed to work test:recent with Rails 3.2.x and Rake 11.2.2.

@jasnow
Copy link
Author

jasnow commented Jun 12, 2016

THANKS !!!!

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

No branches or pull requests

2 participants