Sha256: 8193bf1947deecc94015d52c253822bde93d5f9084f9dd1bb4d7291db1eb4c86

Contents?: true

Size: 302 Bytes

Versions: 1

Compression:

Stored size: 302 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'
      expect(MakePrintable.configuration.api_secret).to eq '123apisecret'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
makeprintable-0.0.1 spec/makeprintable_spec.rb