Sha256: f12764dd46305b581deb583273fb88464270b61b8be422732ca0b5275cd5bccc

Contents?: true

Size: 194 Bytes

Versions: 8

Compression:

Stored size: 194 Bytes

Contents

require File.dirname(__FILE__) + '/../test_helper'

class HobbyTest < Test::Unit::TestCase
  fixtures :hobbies

  # Replace this with your real tests.
  def test_truth
    assert true
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubysync-0.0.1 examples/ar_webapp/test/unit/hobby_test.rb
rubysync-0.1.0 examples/ar_webapp/test/unit/hobby_test.rb
rubysync-0.1.1 examples/ar_webapp/test/unit/hobby_test.rb
rubysync-0.2.1 examples/ar_webapp/test/unit/hobby_test.rb
rubysync-0.0.5 examples/ar_webapp/test/unit/hobby_test.rb
rubysync-0.0.4 examples/ar_webapp/test/unit/hobby_test.rb
rubysync-0.0.3 examples/ar_webapp/test/unit/hobby_test.rb
rubysync-0.0.2 examples/ar_webapp/test/unit/hobby_test.rb