summaryrefslogtreecommitdiff
path: root/test/unit/address_test.rb
blob: 6d676ba89962a7d2b2fd4ffd4c68cfea7977531e (plain)
1
2
3
4
5
6
7
require 'test_helper'

class AddressTest < ActiveSupport::TestCase
  def test_should_be_valid
    assert Address.new.valid?
  end
end