method
setup
1.1.12 -
Show latest stable
- Class:
ATest
setup()public
No documentation available.
# File resources/test/spec_and_test_together.rb, line 41
def setup
@from_setup ||= 3
@from_setup += 1
end setup()No documentation available.
# File resources/test/spec_and_test_together.rb, line 41
def setup
@from_setup ||= 3
@from_setup += 1
end