summaryrefslogtreecommitdiff
path: root/lib/generators/nifty/scaffold/templates/tests/shoulda/model.rb
blob: 906596311188391bcf6adab68f3543bc984ccc8f (plain)
1
2
3
4
5
6
7
require 'test_helper'

class <%= class_name %>Test < ActiveSupport::TestCase
  should "be valid" do
    assert <%= class_name %>.new.valid?
  end
end