Sha256: d9a5c0068b9e84c7cceabd184e2ff43369bf27d9197240b43037cfcff316c3ad
Contents?: true
Size: 498 Bytes
Versions: 6
Compression:
Stored size: 498 Bytes
Contents
# frozen_string_literal: true require "letter_opener_web" module Decidim # Decidim::Dev holds all the convenience logic and libraries to be able to # create external libraries that create test apps and test themselves against # them. module Dev # Public: Finds an asset. # # Returns a String with the path for a particular asset. def self.asset(name) File.join( File.dirname(__FILE__), "dev", "assets", name ) end end end
Version data entries
6 entries across 6 versions & 2 rubygems