commands: rails generate redmine_plugin_model body_tracking source project:references name:string description:text rails generate redmine_plugin_controller body_tracking sources index create destroy
10 lines
183 B
Ruby
10 lines
183 B
Ruby
require File.expand_path('../../test_helper', __FILE__)
|
|
|
|
class SourceTest < ActiveSupport::TestCase
|
|
|
|
# Replace this with your real tests.
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|