Sha256: c17ec1fd449f2549f9a806580a510a45ebe6e51ec1c9d1b7071863d7bb4efa83
Contents?: true
Size: 252 Bytes
Versions: 2
Compression:
Stored size: 252 Bytes
Contents
require 'test_helper' class AvvoApi::LanguageTest < Test::Unit::TestCase context "AvvoApi::Language" do should "belong_to :lawyer" do assert_contains(AvvoApi::Language.belongs_to_associations.map(&:attribute), :lawyer) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
avvo_api-0.2.1 | test/unit/language_test.rb |
avvo_api-0.2.0 | test/unit/language_test.rb |