Sha256: 7d74db1c691e5d8a9adca56a9ec9879d8ee3246ee23b153683f64505d690c06b

Contents?: true

Size: 220 Bytes

Versions: 5

Compression:

Stored size: 220 Bytes

Contents

require './lib/marver.rb'

describe Marver::Image do
  let(:image) { Marver::Image.new({ "path" => "some_path", "extension" => "png" }) }

  it '#full_path' do
    expect(image.full_path).to eq "some_path.png"
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
marver-0.1.0 spec/marver/entities/image_spec.rb
marver-0.0.6 spec/marver/entities/image_spec.rb
marver-0.0.5 spec/marver/entities/image_spec.rb
marver-0.0.4 spec/marver/entities/image_spec.rb
marver-0.0.2 spec/marver/entities/image_spec.rb