Sha256: 3c7cb9c63bff8e89170b64df7ac4507d88e30daaddad6b486bf2792e72013c6b

Contents?: true

Size: 357 Bytes

Versions: 6

Compression:

Stored size: 357 Bytes

Contents

require File.expand_path(File.dirname(__FILE__) + '../../spec_helper')

describe "Wagon::PhotoDirectory" do
  
  before(:each) do
    @page = Wagon::PhotoDirectory.new($user, $user.ward.directory.photo_directory_path)
  end
  
  it "should parse out the households correctly" do
    @page.households.should have_at_least(10).items
  end
  
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
wagon-0.9.5 spec/wagon/photo_directory_spec.rb
wagon-0.9.4 spec/wagon/photo_directory_spec.rb
wagon-0.9.3 spec/wagon/photo_directory_spec.rb
wagon-0.9.2 spec/wagon/photo_directory_spec.rb
wagon-0.9.1 spec/wagon/photo_directory_spec.rb
wagon-0.9.0 spec/wagon/photo_directory_spec.rb