Sha256: 4d2dbea5599e6c5f034439804f7d8cee335b981e2b3c89eb651010fb1f602dfb

Contents?: true

Size: 412 Bytes

Versions: 3

Compression:

Stored size: 412 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 OrderTest < Test::Unit::TestCase
  fixtures :orders

  # 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/order_test.rb
amrita2-2.0.0 sample/depot/test/unit/order_test.rb
amrita2-2.0.2 sample/depot/test/unit/order_test.rb