summaryrefslogtreecommitdiff
path: root/test/models/tartiflette_test.rb
blob: 0c0aed095ca5b0b7d7c287f7d9733253c61d9f6a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require "test_helper"

class TartifletteTest < ActiveSupport::TestCase
  def setup
    @user = users(:one)
    @tartiflette = tartiflettes(:one)
  end

  test "should be valid with valid attributes" do
    assert @tartiflette.valid?
  end
end
Copyright 2019--2025 Marius PETER