Class: AccountTest

Inherits:
ActiveSupport::TestCase
  • Object
show all
Defined in:
lib/orats/templates/includes/new/rails/test/models/account_test.rb

Instance Method Summary collapse

Instance Method Details

#setupObject



4
5
6
# File 'lib/orats/templates/includes/new/rails/test/models/account_test.rb', line 4

def setup
  @account = accounts(:foo)
end

#teardownObject



8
9
10
# File 'lib/orats/templates/includes/new/rails/test/models/account_test.rb', line 8

def teardown
  @account = nil
end