Sha256: 269ffb45334513ad3d85404de618a470aa2d7fa1b0e6b2da1398069373d73fb5

Contents?: true

Size: 171 Bytes

Versions: 2

Compression:

Stored size: 171 Bytes

Contents

require 'test_helper'

class TestPhoto < ::Test::Unit::TestCase

  def test_instance_methods
    photo = MLS::Photo.new({})

    assert photo.respond_to?(:url)
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
mls-0.2.2 test/units/models/test_photo.rb
mls-0.2.1 test/units/models/test_photo.rb