spec/unit/axiom/attribute/class_methods/new_spec.rb in axiom-0.1.0 vs spec/unit/axiom/attribute/class_methods/new_spec.rb in axiom-0.1.1
- old
+ new
@@ -18,10 +18,10 @@
Attribute::Integer,
Attribute::Numeric,
Attribute::Object,
Attribute::String,
Attribute::Time,
- ].each do |described_class|
+ ].each do |described_class|
context "when called on the Attribute subclass #{described_class}" do
let(:object) { described_class }
it 'does not freeze the options' do
options.should_not be_frozen