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/nutrient_test.rb
cryptogopher 7062652d0d Added nutrient model
command: rails generate redmine_plugin_model body_tracking nutrient
ingredient:references quantity:references unit:references amount:decimal
2019-09-13 13:54:56 +02:00

10 lines
185 B
Ruby

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