1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/spec
Akira Matsuda b7257f1442 The Rails module could be defined by some other gem than rails
kaminari depends on actionpack that in turn depends on rails-html-sanitizer the line https://github.com/amatsuda/kaminari/blob/master/lib/kaminari.rb#L36
returns true because rails-html-sanitizer defines the class Rails::Html::Sanitizer: https://github.com/rails/rails-html-sanitizer/blob/master/lib/rails-html-sanitizer.rb
see: https://github.com/amatsuda/kaminari/issues/796#issue-158648760

closes #796
2016-06-07 14:07:26 +09:00
..
config Add tests for max_pages and max_pages_per 2012-10-22 16:16:54 +02:00
fake_app Use Mongoid::Config#connect_to to congigure connection on Mongoid 5.0 2016-01-02 12:46:47 +00:00
generators The Rails module could be defined by some other gem than rails 2016-06-07 14:07:26 +09:00
helpers The Rails module could be defined by some other gem than rails 2016-06-07 14:07:26 +09:00
models A test for AR::Base.inherited 2015-02-11 16:17:46 +09:00
requests Revert "Testing that paginate helper properly works under mouted Engine" 2013-11-10 05:17:32 +09:00
support Clean with truncation at the start of each suite. 2013-11-05 09:22:55 -03:00
fake_gem.rb A test for AR::Base.inherited 2015-02-11 16:17:46 +09:00
spec_helper.rb The Rails module could be defined by some other gem than rails 2016-06-07 14:07:26 +09:00
spec_helper_for_sinatra.rb fix build error in spec with sinatra 2013-08-08 12:39:41 +09:00