Skip to content

Commit

Permalink
Making sure timestamps specs use right describe syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 20, 2009
1 parent 40cc8d9 commit d8aca0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/mongoid/timestamps_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

describe Mongoid::Timestamps do

describe "#included" do
describe ".included" do

before do
@person = Person.new
Expand Down

0 comments on commit d8aca0a

Please sign in to comment.