Sha256: c6ee593c1a87e65e65cd6e5c5b49e1c28cfec7868a29883c38a269ff5e1ce679
Contents?: true
Size: 419 Bytes
Versions: 3
Compression:
Stored size: 419 Bytes
Contents
#--- # Excerpted from "Agile Web Development with Rails, 2nd Ed." # We make no guarantees that this code is fit for any purpose. # Visit http://www.pragmaticprogrammer.com/titles/rails2 for more book information. #--- require File.dirname(__FILE__) + '/../test_helper' class LineItemTest < Test::Unit::TestCase fixtures :line_items # Replace this with your real tests. def test_truth assert true end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
amrita2-2.0.1 | sample/depot/test/unit/line_item_test.rb |
amrita2-2.0.0 | sample/depot/test/unit/line_item_test.rb |
amrita2-2.0.2 | sample/depot/test/unit/line_item_test.rb |