Skip to content

Commit

Permalink
Fixed test name
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Jan 22, 2012
1 parent 98989aa commit 5201c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/active_model/cases/test_presence_validator.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
require 'active_model/cases/test_base'

class ActiveModel::InclusionValidatorTest < ClientSideValidations::ActiveModelTestBase
class ActiveModel::PresenceValidatorTest < ClientSideValidations::ActiveModelTestBase

def test_presence_client_side_hash
expected_hash = { :message => "can't be blank" }
Expand Down

0 comments on commit 5201c75

Please sign in to comment.