Sha256: 28c7317573db60a6f001f9816299d1b8f52b4cf82ca3430d7d18f0a030118c99
Contents?: true
Size: 373 Bytes
Versions: 20
Compression:
Stored size: 373 Bytes
Contents
require File.dirname(__FILE__) + '/../test_helper.rb' module SessionTests class ActiveRecordTrickeryTest < ActiveSupport::TestCase def test_human_attribute_name assert_equal "Some attribute", UserSession.human_attribute_name("some_attribute") end def test_new_record session = UserSession.new assert session.new_record? end end end
Version data entries
20 entries across 20 versions & 1 rubygems