Sha256: 8e4f68880ee42666e0cafa0cd1c68e7b027b281abdb7b887eef3a8d60266cdd7
Contents?: true
Size: 211 Bytes
Versions: 2
Compression:
Stored size: 211 Bytes
Contents
require 'spec_helper' describe Charger::Configuration do subject { Charger::Configuration.new } describe 'fields' do it { should respond_to :api_key } it { should respond_to :subdomain } end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
charger-0.2.0 | spec/charger/configuration_spec.rb |
charger-0.1.1 | spec/charger/configuration_spec.rb |