Skip to content

Commit

Permalink
Remove assertion about empty adapters_map - who knows what's floating…
Browse files Browse the repository at this point in the history
… around
  • Loading branch information
ianwhite committed Aug 26, 2010
1 parent 8327ed1 commit 527aade
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/pickle/config_spec.rb
Expand Up @@ -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 }
Expand Down

0 comments on commit 527aade

Please sign in to comment.