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
Given there are no real tests for this gem I suggest to remove them. It's not adapted to RSpec2 and outdated since Rails::Generators.configure! now takes one argument.
Also, I think it makes sense since this gem only provides jquery through the asset pipeline and has not logic to test.
The reason is because if a project dynamically runs all tests over all engines that are loaded, it has to skip jquery-rails explicitly to make tests pass.
The text was updated successfully, but these errors were encountered:
Given there are no real tests for this gem I suggest to remove them. It's not adapted to RSpec2 and outdated since Rails::Generators.configure! now takes one argument.
Also, I think it makes sense since this gem only provides jquery through the asset pipeline and has not logic to test.
The reason is because if a project dynamically runs all tests over all engines that are loaded, it has to skip jquery-rails explicitly to make tests pass.
The text was updated successfully, but these errors were encountered: