Sha256: 380b024f9f2c76bb05f551b175dc98f84ecf6af5f2b3f5708f7e0c6d3ef42aa1

Contents?: true

Size: 440 Bytes

Versions: 46

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

46 entries across 46 versions & 2 rubygems

Version Path
rails_db-0.5 test/dummy/test/models/user_test.rb
rails_db-0.4 test/dummy/test/models/user_test.rb
rails_db-0.3 test/dummy/test/models/user_test.rb
rails_db-0.2.1 test/dummy/test/models/user_test.rb
rails_db-0.2 test/dummy/test/models/user_test.rb
rails_db-0.1 test/dummy/test/models/user_test.rb