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 more...
Defined Under Namespace
Modules: CapybaraHelpers, ConfigStubbing, IntegrationHelpers
Class Method Summary collapse
Class Method Details
.factories_path ⇒ Object
[View source]
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 |