Sha256: f5b8e112cabe64b074103f5a75208cae51c080e897663409d41718932c85e565
Contents?: true
Size: 647 Bytes
Versions: 63
Compression:
Stored size: 647 Bytes
Contents
require 'test_helper' class TestTourRequest < ::Test::Unit::TestCase # def test_properties # tr = MLS::TourRequest.new # # assert tr.respond_to?(:message) # end # # def test_attr_accessors # tr = MLS::TourRequest.new # # assert tr.respond_to?(:listing) # end # # def test_class_methods # assert MLS::TourRequest.respond_to?(:get_all_for_account) # assert MLS::TourRequest.respond_to?(:create) # end # # def test_parser # assert defined?(MLS::TourRequest::Parser) # end test 'it' do @account = FactoryGirl.create(:account) @listing = FactoryGirl.create(:listing) end end
Version data entries
63 entries across 63 versions & 1 rubygems