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

Version Path
mls-0.5.12 test/units/models/test_tour.rb
mls-0.5.11 test/units/models/test_tour.rb
mls-0.5.10 test/units/models/test_tour.rb
mls-0.5.9 test/units/models/test_tour.rb
mls-0.5.8 test/units/models/test_tour.rb
mls-0.5.7 test/units/models/test_tour.rb
mls-0.5.6 test/units/models/test_tour.rb
mls-0.5.5 test/units/models/test_tour.rb
mls-0.5.4 test/units/models/test_tour.rb
mls-0.5.3 test/units/models/test_tour.rb
mls-0.5.2 test/units/models/test_tour.rb
mls-0.5.1 test/units/models/test_tour.rb