Skip to content

Commit

Permalink
Removing spec or reconnect time
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Mar 8, 2011
1 parent c800525 commit e656e62
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spec/functional/mongoid/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,6 @@
described_class.include_root_in_json.should == true
end

it "sets reconnect_time" do
described_class.reconnect_time.should == 5
end

it "sets parameterize keys" do
described_class.parameterize_keys.should == false
end
Expand Down Expand Up @@ -308,13 +304,6 @@
end
end

describe ".reconnect_time" do

it "defaults to 3" do
described_class.reconnect_time.should == 3
end
end

describe ".autocreate_indexes" do

it "defaults to false" do
Expand Down

0 comments on commit e656e62

Please sign in to comment.