Skip to content

Commit

Permalink
Fix spec description
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Feb 21, 2014
1 parent c9dd21a commit a171b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/processor/connection_adapters/mongodb_adapter_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def connection
end
end

describe '#save' do
describe '.save' do
it 'should insert a document if no matches' do
connection.save(Pupa::Person.new(_id: 'new', name: 'new', email: 'new@example.com')).should == [true, 'new']
connection.find(_type: _type, name: 'new')['email'].should == 'new@example.com'
Expand Down

0 comments on commit a171b1b

Please sign in to comment.