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

Add minitest to gemspec #13

Closed
bkabrda opened this issue Jun 13, 2012 · 2 comments
Closed

Add minitest to gemspec #13

bkabrda opened this issue Jun 13, 2012 · 2 comments

Comments

@bkabrda
Copy link

bkabrda commented Jun 13, 2012

Hi,
I think you should add minitest or test/unit to the gemspec. When using with Fedora Ruby with unbundled minitest, I get
cannot load such file -- minitest/unit
...
/home/bkabrda/.gem/ruby/1.9.1/gems/prototype-rails-3.2.1/lib/prototype-rails/on_load_action_view.rb:17:in `<top (required)>'
...
Thanks!

@dylanahsmith
Copy link

I think you should add minitest or test/unit to the gemspec.

I disagree, I think prototype-rails should avoid autoloading minitest. This is what pull request #23 does, which I think would also address your issue.

@rafaelfranca
Copy link
Member

RIght

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

3 participants