diff --git a/spec/pickle/config_spec.rb b/spec/pickle/config_spec.rb index 98e48d14..9d950f16 100644 --- a/spec/pickle/config_spec.rb +++ b/spec/pickle/config_spec.rb @@ -6,7 +6,6 @@ describe "new" do its(:adapters) { should == [:machinist, :factory_girl, :orm] } its(:adapter_classes) { should == [Pickle::Adapter::Machinist, Pickle::Adapter::FactoryGirl, Pickle::Adapter::Orm] } - its(:adapter_map) { should be_empty } its(:predicates) { should be_empty } its(:mappings) { should be_empty } its(:factories) { should be_empty }