1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/spec/acceptance/support/helpers.rb
2011-02-08 11:19:05 +09:00

5 lines
157 B
Ruby

module HelperMethods
# Put helper methods you need to be available in all tests here.
end
RSpec.configuration.include HelperMethods, :type => :acceptance