kaminari--kaminari/spec/acceptance/support/paths.rb

10 lines
198 B
Ruby

module NavigationHelpers
# Put helper methods related to the paths in your application here.
def homepage
"/"
end
end
RSpec.configuration.include NavigationHelpers, :type => :acceptance