Class: TestCase

Inherits:
MiniTest::Unit::TestCase
  • Object
show all
Includes:
FactoryGirl::Syntax::Methods
Defined in:
lib/simba/templates/test/test_helper.rb

Direct Known Subclasses

FunctionalTestCase, UserTest

Instance Method Summary collapse

Constructor Details

#initialize(*xs) ⇒ TestCase

Returns a new instance of TestCase.



16
17
18
19
# File 'lib/simba/templates/test/test_helper.rb', line 16

def initialize *xs
  super
  DatabaseCleaner.clean
end