Documentation Index
Fetch the complete documentation index at: https://docs.aspect.build/llms.txt
Use this file to discover all available pages before exploring further.
Documentation for @rules_ruby@v0.23.1 — View source
rails_test_factory.
Function: rails_test_factory.new_system_test
Create a rails_system_test macro for a Rails application.
Parameters
Optional. The name of the package that contains the test
helpers. For example, if the Rails app is rooted in the
foo
directory, the test package is typically foo/test.Optional. The label for the Rails
application’s
application_system_test_case.rb.Optional. A
list of Ruby includes that should be
part of the Ruby test invocation.Optional. The default test size for the tests created with
the resulting macro.
Optional. A
list of tags that are added to the test declaration.Function: rails_test_factory.new_test
Create a rails_test macro for a Rails application.
The resulting macro encapsulates the application-specific attributes for the
resulting test target.
Parameters
Optional. The name of the package that contains the test
helpers. For example, if the Rails app is rooted in the
foo
directory, the test package is typically foo/test.The label for the Rails application’s
test_helper.rb.Optional. A
list of Ruby includes that should be
part of the Ruby test invocation.Optional. The default test size for the tests created with
the resulting macro.
Optional. A
list of tags that are added to the test declaration.
