require 'test_helper' class WeightsControllerTest < ActionController::TestCase # setup do # @weight = weights(:one) # end test "the truth" do assert true end end