foodsoft/test/unit/stock_taking_test.rb
2009-08-15 17:24:08 +02:00

18 lines
334 B
Ruby

# == Schema Information
#
# 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