Sha256: e21877efb0098d9e923c46dbd1555ef9ae384a1616e803cdb2b62b47414ed659
Contents?: true
Size: 148 Bytes
Versions: 4
Compression:
Stored size: 148 Bytes
Contents
require 'test_helper' class BookTest < ActiveSupport::TestCase def test_book book = books(:one) assert_equal('One', book.title) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
librails-0.3.0 | test/models/book_test.rb |
librails-0.2.3 | test/models/book_test.rb |
librails-0.2.2 | test/models/book_test.rb |
librails-0.2.1 | test/models/book_test.rb |