Module: Alchemy::TestSupport

Defined in:
lib/alchemy/test_support.rb,
lib/alchemy/test_support/config_stubbing.rb,
lib/alchemy/test_support/capybara_helpers.rb,
lib/alchemy/test_support/integration_helpers.rb

Defined Under Namespace

Modules: CapybaraHelpers, ConfigStubbing, IntegrationHelpers

Class Method Summary collapse

Class Method Details

.factories_pathObject



5
6
7
# File 'lib/alchemy/test_support.rb', line 5

def self.factories_path
  ::Alchemy::Engine.root.join("lib", "alchemy", "test_support", "factories")
end