Sha256: 1efbe6b9a86c050d7e35a37bc7f530ae16f8c258baf1c8f7e53482cfe320bdc9
Contents?: true
Size: 214 Bytes
Versions: 5
Compression:
Stored size: 214 Bytes
Contents
require 'test_helper' SimpleCov.command_name "test:units" class UserTest < ActiveSupport::TestCase test "should get reverse name" do assert_equal 'LastName, FirstName', users(:valid).reverse_name end end
Version data entries
5 entries across 5 versions & 1 rubygems