46450cebef
Background: sqlite has some problems with decimal option.
19 lines
335 B
Ruby
19 lines
335 B
Ruby
require 'test_helper'
|
|
|
|
class StockTakingTest < ActiveSupport::TestCase
|
|
# Replace this with your real tests.
|
|
test "the truth" do
|
|
assert true
|
|
end
|
|
end
|
|
|
|
# == Schema Information
|
|
#
|
|
# Table name: stock_takings
|
|
#
|
|
# id :integer(4) not null, primary key
|
|
# date :date
|
|
# note :text
|
|
# created_at :datetime
|
|
#
|
|
|