1
0
This repository has been archived on 2023-12-07. You can view files and clone it, but cannot push or open issues or pull requests.
body_tracking/test/unit/column_view_test.rb
cryptogopher ced06a25bc Added :meals and :compositions_ingredients tables
Changed Column -> QuantityColumn
Updated :ingredients table to handle recipes
2020-04-13 01:11:34 +02:00

10 lines
191 B
Ruby

require File.expand_path('../../test_helper', __FILE__)
class QuantityColumnTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end