require 'test_helper' module Nostalgic class AttrTest < ActiveSupport::TestCase def test_nostalgic_model Nostalgic::Attr.new end end end