foodsoft/test/unit/stock_taking_test.rb
Benjamin Meichsner da08365816 Fixed bug order.profit calculation.
Order.profit will also be saved, when order is closed.
2009-03-17 19:43:41 +01:00

19 lines
367 B
Ruby

# == Schema Information
# Schema version: 20090317175355
#
# Table name: stock_takings
#
# id :integer not null, primary key
# date :date
# note :text
# created_at :datetime
#
require 'test_helper'
class StockTakingTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end