Class: Sauce::RailsTestCase
- Inherits:
-
ActiveSupport::TestCase
- Object
- ActiveSupport::TestCase
- Sauce::RailsTestCase
- Extended by:
- SeleniumForTestUnitClassMethods
- Includes:
- SeleniumForTestUnit
- Defined in:
- lib/sauce/test_unit.rb
Instance Attribute Summary
Attributes included from SeleniumForTestUnit
Instance Method Summary collapse
-
#default_test ⇒ Object
Placeholder so test/unit ignores test cases without any tests.
Methods included from SeleniumForTestUnitClassMethods
sauce_config, sauce_config=, selenium_flags, selenium_flags=
Methods included from SeleniumForTestUnit
Instance Method Details
#default_test ⇒ Object
Placeholder so test/unit ignores test cases without any tests.
85 86 |
# File 'lib/sauce/test_unit.rb', line 85 def default_test end |