Sha256: b76af97b9ebf71f2a0746100c99dbc4aba58bc6104395c3ef0ff523966446d83
Contents?: true
Size: 323 Bytes
Versions: 14
Compression:
Stored size: 323 Bytes
Contents
require 'spec_helper' describe Configuration, '.build' do subject { described_class.build(keys) } let(:keys) { [ :foo, :bar ] } it { should be_instance_of(described_class) } it { should respond_to(:foo) } it { should respond_to(:foo=) } it { should respond_to(:bar) } it { should respond_to(:bar=) } end
Version data entries
14 entries across 12 versions & 4 rubygems