Files
cmtool/spec/acceptance/support/paths.rb
T
2012-11-25 15:41:02 +01:00

9 lines
197 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