Show More
Commit Description:
Merge pull request #5 from nattee/master...
Commit Description:
Merge pull request #5 from nattee/master update depricated Rails2 errors.add_to_base("x") to Rails3 errors.add(:base,"x")
References:
File last commit:
Show/Diff file:
Action:
test/unit/message_test.rb | 8 lines | 178 B | text/x-ruby | RubyLexer |
require File.dirname(__FILE__) + '/../test_helper'
class MessageTest < ActiveSupport::TestCase
# Replace this with your real tests.
def test_truth
assert true
end
end