Class: Sauce::RailsTestCase
- Inherits:
-
ActiveSupport::TestCase
- Object
- ActiveSupport::TestCase
- Sauce::RailsTestCase
- Extended by:
- SeleniumForTestUnitClassMethods
- Includes:
- SeleniumForTestUnit
- Defined in:
- lib/sauce/integrations.rb
Instance Attribute Summary
Attributes included from SeleniumForTestUnit
Instance Method Summary (collapse)
-
- (Object) default_test
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
- (Object) default_test
Placeholder so test/unit ignores test cases without any tests.
238 239 |
# File 'lib/sauce/integrations.rb', line 238 def default_test end |