Skip to content

Commit

Permalink
backport assert_not_same
Browse files Browse the repository at this point in the history
  • Loading branch information
tenderlove committed Jan 6, 2012
1 parent 9342492 commit a58fb10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions activesupport/lib/active_support/test_case.rb
Expand Up @@ -36,6 +36,7 @@ def self.test_order # :nodoc:
alias :assert_not_nil :refute_nil alias :assert_not_nil :refute_nil
alias :assert_not_equal :refute_equal alias :assert_not_equal :refute_equal
alias :assert_no_match :refute_match alias :assert_no_match :refute_match
alias :assert_not_same :refute_same


def assert_nothing_raised(*args) def assert_nothing_raised(*args)
yield yield
Expand Down

0 comments on commit a58fb10

Please sign in to comment.