2009-03-17 19:43:41 +01:00
|
|
|
# == Schema Information
|
|
|
|
#
|
|
|
|
# Table name: stock_takings
|
|
|
|
#
|
|
|
|
# id :integer not null, primary key
|
|
|
|
# date :date
|
|
|
|
# note :text
|
|
|
|
# created_at :datetime
|
|
|
|
#
|
|
|
|
|
2009-02-12 18:32:20 +01:00
|
|
|
require 'test_helper'
|
|
|
|
|
|
|
|
class StockTakingTest < ActiveSupport::TestCase
|
|
|
|
# Replace this with your real tests.
|
|
|
|
test "the truth" do
|
|
|
|
assert true
|
|
|
|
end
|
|
|
|
end
|