Sha256: 9863f46fee87c44a95d3d9c8f9a579581d213242539f595811ebd37d724924c6

Contents?: true

Size: 228 Bytes

Versions: 3

Compression:

Stored size: 228 Bytes

Contents

require 'spec_helper'

describe MakePrintable do
  describe '#configuration' do
    it 'should adopt configuration set in the initializer' do
      expect(MakePrintable.configuration.api_key).to eq '123apikey'
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
makeprintable-1.0.2 spec/makeprintable_spec.rb
makeprintable-1.0.1 spec/makeprintable_spec.rb
makeprintable-1.0.0 spec/makeprintable_spec.rb