Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Jan 22, 2014
1 parent 9383de4 commit fc913d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activemodel/test/cases/dirty_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def save
assert_not_nil @model.changes['name']
end

test "be cosistent with symbols arguments after the changes are applied" do
test "be consistent with symbols arguments after the changes are applied" do
@model.name = "David"
assert @model.attribute_changed?(:name)
@model.save
Expand Down

0 comments on commit fc913d4

Please sign in to comment.