aboutsummaryrefslogtreecommitdiffstats
path: root/activeresource/test/connection_test.rb
blob: 1c5951ca917544f77339d3eb1cf1f3f4e0d55439 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
require "#{File.dirname(__FILE__)}/abstract_unit"
require "fixtures/person"

class ConnectionTest < Test::Unit::TestCase
  def setup
  end
  
  def test_something
    true
  end
end