Sha256: 6470cc0c27a77c8a1301d04c512aba7739143a18a0fb66e3a267ab71f07f9275

Contents?: true

Size: 605 Bytes

Versions: 12

Compression:

Stored size: 605 Bytes

Contents

require 'test_helper'

class TestTour < ::Test::Unit::TestCase

  # def test_attributes
  #   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

12 entries across 12 versions & 1 rubygems

Version Path
mls-1.1.3 test/units/models/test_contact.rb
mls-1.1.2 test/units/models/test_contact.rb
mls-1.1.1 test/units/models/test_contact.rb
mls-1.1.0 test/units/models/test_contact.rb
mls-1.0.0 test/units/models/test_contact.rb
mls-0.14.0 test/units/models/test_contact.rb
mls-0.13.0 test/units/models/test_contact.rb
mls-0.12.5 test/units/models/test_contact.rb
mls-0.12.4 test/units/models/test_contact.rb
mls-0.12.2 test/units/models/test_contact.rb
mls-0.12.3 test/units/models/test_contact.rb
mls-0.12.1 test/units/models/test_contact.rb