Sha256: d8eee55286a7475bcd8b0c42a0cb0a6504a9f0d017a9a8b33e0801f2908d0a16

Contents?: true

Size: 300 Bytes

Versions: 1

Compression:

Stored size: 300 Bytes

Contents

require 'spec_helper'

describe Punchr::Configuration do
  describe '#configure' do
    it 'should allow you to configure punchr' do
      Punchr.configure do |configuration|
        configuration.api_key = 'punchr-api-key'
      end

      Punchr.api_key.should == 'punchr-api-key'
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
punchr-1.0.0 spec/punchr/configuration_spec.rb