require 'test_helper' module SsciInc module Screening class CivilCountyTest < Test::Unit::TestCase should_have_attr_accessor :region, :county should_call_builder_with(:type => "civil", :qualifier => "county") end end end