Sha256: 6adea17ad11b95fb11189aa7b9f162121e6dd5068af54e7404c2c0dfe94bce24

Contents?: true

Size: 206 Bytes

Versions: 1

Compression:

Stored size: 206 Bytes

Contents

# This will include the routing helpers in the specs so that we can use
# forum_path, forum_topic_path and so on to get to the routes.
RSpec.configure do |c|
  c.include Forem::Engine.routes.url_helpers
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
forem-0.0.1 spec/support/routes.rb