Sha256: 97c87756ede8a482a57ecf7ca735f8484c28615f4c5e89f6b5f33393c3bd0f43

Contents?: true

Size: 315 Bytes

Versions: 3

Compression:

Stored size: 315 Bytes

Contents

require 'spec_helper'

require File.expand_path('spec/spec_helper')

describe Fakerama::Asset do

  it "should have some adverts" do
    Fakerama::Asset::Advert.mpu.path.should =~ /mpu\.jpg$/
  end

  it "should have some photos" do
    Fakerama::Asset::Photo.landscape.path.should =~ /landscape\.jpg$/
  end


end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fakerama-0.1.2 spec/asset_spec.rb
fakerama-0.1.1 spec/asset_spec.rb
fakerama-0.1.0 spec/asset_spec.rb