Sha256: 82da4ce13011c928972408a2657b78457d1179e3cf069648af2adb09b2af624a

Contents?: true

Size: 361 Bytes

Versions: 46

Compression:

Stored size: 361 Bytes

Contents

# == Schema Information
#
# Table name: accounts
#
#  id          :integer          not null, primary key
#  name        :string
#  users_count :integer
#  created_at  :datetime         not null
#  updated_at  :datetime         not null
#

require 'test_helper'

class AccountTest < ActiveSupport::TestCase
  # test "the truth" do
  #   assert true
  # end
end

Version data entries

46 entries across 46 versions & 2 rubygems

Version Path
rails_db-2.4.5 test/dummy/test/models/account_test.rb
rails_db-2.4.4 test/dummy/test/models/account_test.rb
rails_db-2.4.3 test/dummy/test/models/account_test.rb
rails_db-2.4.2 test/dummy/test/models/account_test.rb
rails_db-2.4.1 test/dummy/test/models/account_test.rb
rails_db-2.4.0 test/dummy/test/models/account_test.rb
rails_db-2.3.1 test/dummy/test/models/account_test.rb
rails_db-2.3.0 test/dummy/test/models/account_test.rb
rails_db-2.2.1 test/dummy/test/models/account_test.rb
rails_db-2.2.0 test/dummy/test/models/account_test.rb
rails_db-2.1.1 test/dummy/test/models/account_test.rb
rails_db-2.1.0 test/dummy/test/models/account_test.rb
rails_db-2.0.6 test/dummy/test/models/account_test.rb
rails_db-2.0.5 test/dummy/test/models/account_test.rb
rails_db-2.0.4 test/dummy/test/models/account_test.rb
xplore-0.0.1.alpha test/dummy/test/models/account_test.rb
rails_db-2.0.3 test/dummy/test/models/account_test.rb
rails_db-2.0.2 test/dummy/test/models/account_test.rb
rails_db-2.0.1 test/dummy/test/models/account_test.rb
rails_db-2.0.0 test/dummy/test/models/account_test.rb