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