Sha256: 380b024f9f2c76bb05f551b175dc98f84ecf6af5f2b3f5708f7e0c6d3ef42aa1

Contents?: true

Size: 440 Bytes

Versions: 45

Compression:

Stored size: 440 Bytes

Contents

# == Schema Information
#
# Table name: users
#
#  id         :integer          not null, primary key
#  name       :string
#  age        :integer
#  salary     :decimal(, )
#  bio        :text
#  created_at :datetime         not null
#  updated_at :datetime         not null
#  account_id :integer
#  dob        :date
#

require 'test_helper'

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

Version data entries

45 entries across 45 versions & 2 rubygems

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